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
The capture action sets as defaults for the merchant_urlko and merchant_urlok the value of targetUrl. The targetUrl value is the one that redirects to the Redsys platform. It should use the afterUrl, as it contains the url configured for the done action on the prepare.
If the code linked is executed, it creates a loop where the user is redirected again to the payment after doing the payment and this fails as the number ID has been already used.
The text was updated successfully, but these errors were encountered:
I can not find a way to configure the $postData['Ds_Merchant_UrlKO'] or the $postData['Ds_Merchant_UrlOK'], so I'm trapped in this redirection loop. How can I configure it without forking your code and doing the change I mentioned?
In this lines:
payum-redsys/Action/CaptureAction.php
Lines 57 to 64 in b7544bd
The capture action sets as defaults for the merchant_urlko and merchant_urlok the value of targetUrl. The targetUrl value is the one that redirects to the Redsys platform. It should use the afterUrl, as it contains the url configured for the done action on the prepare.
If the code linked is executed, it creates a loop where the user is redirected again to the payment after doing the payment and this fails as the number ID has been already used.
The text was updated successfully, but these errors were encountered: