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
Hi,
I am implementing paypal express checkout with this package, implemented prepare method and done controller with routes but after execution of prepare method got a target url Like : http://127.0.0.1:8000/payment/capture/{token} after redirection this url have route undefined i.e page not found error, defining this capture route doesn't make sense, Any resolution to this is highly appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I am implementing paypal express checkout with this package, implemented prepare method and done controller with routes but after execution of prepare method got a target url Like : http://127.0.0.1:8000/payment/capture/{token} after redirection this url have route undefined i.e page not found error, defining this capture route doesn't make sense, Any resolution to this is highly appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered: