|
@@ -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()
|
|
|
{
|