-
Notifications
You must be signed in to change notification settings - Fork 6
Order keeps on Payment Review #12
Comments
I have tried to enable and disable "Send Parameters on URL", putting urlok and urlko in both redsys and magento configuration... It´s executing Success.php |
Update: Changing UrlOK and UrlKO to notify I get the following log:
But the order still on Payment Review |
Update: With URLOK and URLKO (in module) changed to $urltienda (/notify) and redsys TPV configured to "Send Parameters in URL" I got this exception: Please provide payment for the order |
Using new redsys login in test enviroment i got the following output:
|
The problem is defined and resolved here: Is a Magento 2.3 change that breaks HTTP POST requests. Thanks to Joan Massey for the information!. The fix for Magento 2.3 is simple, but make it backwards compatible has some dirty multiple class version implementation. |
On Notify.php add:
|
I activated the logs and I got the following output:
I see that "Redsys Without Response" is not on Notify.php even if the Redsys callback URL is /redsys/index/notify
The text was updated successfully, but these errors were encountered: