malin Posted December 4, 2018 Share Posted December 4, 2018 in the https://github.com/WHMCS/sample-merchant-gateway/blob/master/modules/gateways/callback/merchantgateway.php the last line: there calls the callback3DSecureRedirect($invoiceId, $paymentSuccess); I am sure the data is correct, but the redirect do not work. but seems it do not redirect. why? 0 Quote Link to comment Share on other sites More sharing options...
malin Posted December 5, 2018 Author Share Posted December 5, 2018 the ` callback3DSecureRedirect($invoiceId, true); ` seems do not work. when I pay success, there will request data to `callback` php file. in the callback file, I execute the `callback3DSecureRedirect($invoiceId, true);`, but the pay page do not redirect. who can tell me where is the issue? 0 Quote Link to comment Share on other sites More sharing options...
Shabab Posted November 9, 2020 Share Posted November 9, 2020 On 12/5/2018 at 4:03 PM, malin said: the ` callback3DSecureRedirect($invoiceId, true); ` seems do not work. when I pay success, there will request data to `callback` php file. in the callback file, I execute the `callback3DSecureRedirect($invoiceId, true);`, but the pay page do not redirect. who can tell me where is the issue? I have same issue. The page works fine if i refresh. How did u solve it 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.