diff --git a/mobile/source/apps/flow/controllers/IndexController.php b/mobile/source/apps/flow/controllers/IndexController.php index d6dc0a9..47e0610 100755 --- a/mobile/source/apps/flow/controllers/IndexController.php +++ b/mobile/source/apps/flow/controllers/IndexController.php @@ -1034,7 +1034,6 @@ class IndexController extends FrontendController { { include_once('plugins/payment/' . $payment['pay_code'] . '.php'); - var_dump($payment['pay_code']); $pay_obj = new $payment['pay_code']; $pay_online = $pay_obj->get_code($order, unserialize_config($payment['pay_config'])); diff --git a/mobile/source/apps/flow/views/done.html b/mobile/source/apps/flow/views/done.html index 421d900..073265e 100755 --- a/mobile/source/apps/flow/views/done.html +++ b/mobile/source/apps/flow/views/done.html @@ -39,6 +39,15 @@