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'm trying to use Axepta with your bundle. The payment is working, but there is an error on the callback:
// https://127.0.0.1:8000/admin/payment/callback?payum_token=J3ijH1J8RdhWAtPU4AWwxA-vUNAQIQggYGvwR132wk8?Len=655&Data=...
A token with hash `J3ijH1J8RdhWAtPU4AWwxA-vUNAQIQggYGvwR132wk8?Len=655` could not be found.
Has you can see, there is a ?Len=655&Data= after the callback url generated by Payum...
Hello!
I'm trying to use Axepta with your bundle. The payment is working, but there is an error on the callback:
Has you can see, there is a
?Len=655&Data=
after the callback url generated by Payum...My prepare route is :
The callback route is simply :
Do you have any idea on how it could be fixed?
The text was updated successfully, but these errors were encountered: