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
Whenever i get back from systempay to my sylius app, none of the data is accessible in the CaptureAction.
This means this condition is never true so i keep getting back to systempay instead of validating my payment
if (null !== $details[Api::FIELD_VADS_RESULT]) {
return;
}
Do you have any idea why ? I tried setting vads_return_mode to GET or POST to get some data but this is not it. My $details variable only contains the data i passed it when creating the payment, never the return data from systempay.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your plugin !
Whenever i get back from systempay to my sylius app, none of the data is accessible in the CaptureAction.
This means this condition is never true so i keep getting back to systempay instead of validating my payment
Do you have any idea why ? I tried setting
vads_return_mode
to GET or POST to get some data but this is not it. My$details
variable only contains the data i passed it when creating the payment, never the return data from systempay.The text was updated successfully, but these errors were encountered: