You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep having the error 5006 (Unable to redirect to Vendor's web site. The Vendor failed to provide a RedirectionURL.) while all the payments are actually working (my payment are confirmed and I get the following status message: 0000 : The Authorisation was Successful.)
My website is WordPress, I use (I tried returnUrl and/or both): 'notifyUrl' => site_url('/payment-confirm/')
The order complete page (simplified):
`$gateway = OmniPay::create('SagePay\Server');
$gateway->setVendor('myvendor');
$gateway->setTestMode(true);
Hi,
I keep having the error 5006 (Unable to redirect to Vendor's web site. The Vendor failed to provide a RedirectionURL.) while all the payments are actually working (my payment are confirmed and I get the following status message: 0000 : The Authorisation was Successful.)
My website is WordPress, I use (I tried returnUrl and/or both):
'notifyUrl' => site_url('/payment-confirm/')
The order complete page (simplified):
`$gateway = OmniPay::create('SagePay\Server');
$gateway->setVendor('myvendor');
$gateway->setTestMode(true);
I can see as well that the SagePay-Notifier is doing multiple POST requests:
Thanks a lot!!
Kevin
The text was updated successfully, but these errors were encountered: