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
For now PayPal buttons is the only supported option for integration PayPal. It would be nice if route /create-pay-pal-order could accept arguments for PayPal createOrder method in it's body.
For example return_url, which is necessary when you don't want to use PayPal buttons, but redirect to checkout instead. Now, when you redirect users to PayPal checkout page, it never returns them to e-shop, because PayPal doesn't have return_url, which should be provided in create PayPal order process as a part of order context. So after approve transaction, PayPal doesn't return user back to the e-shop, but stay on checkout page without option to go back and complete transaction.
The text was updated successfully, but these errors were encountered:
For now PayPal buttons is the only supported option for integration PayPal. It would be nice if route /create-pay-pal-order could accept arguments for PayPal createOrder method in it's body.
For example return_url, which is necessary when you don't want to use PayPal buttons, but redirect to checkout instead. Now, when you redirect users to PayPal checkout page, it never returns them to e-shop, because PayPal doesn't have return_url, which should be provided in create PayPal order process as a part of order context. So after approve transaction, PayPal doesn't return user back to the e-shop, but stay on checkout page without option to go back and complete transaction.
The text was updated successfully, but these errors were encountered: