Jelajahi Sumber

modify pay return url parameter

stanley-king 8 tahun lalu
induk
melakukan
bebacfafef
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      helper/pay/cmbpay.php

+ 2 - 2
helper/pay/cmbpay.php

@@ -135,11 +135,11 @@ class cmbpay implements IPay
 {
     const notify_signurl = BASE_SITE_URL . '/mobile/cmbpay_sign.php';
     const notify_payurl  = BASE_SITE_URL . '/mobile/cmbpay_notify.php';
-    const app_returl     = BASE_SITE_URL . '/mobile/index.php?act=pay_return&op=cmbpay';
+    const app_returl     = BASE_SITE_URL . '/mobile/index.php';
 
     const debug_notify_signurl = 'http://121.43.114.153/mobile/cmbpay_sign.php';
     const debug_notify_payurl  = 'http://121.43.114.153/mobile/cmbpay_notify.php';
-    const debug_app_returl     = 'http://121.43.114.153/mobile/index.php?act=pay_return&op=cmbpay';
+    const debug_app_returl     = 'http://121.43.114.153/mobile/index.php';
 
     static public function config()
     {