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
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
We are testing the shopping cart and the checkout experience on the commerce site we are building on D-Shop. There are issues after checkout when on the PayPal page where after entering all info into Paypal it just reverts back to the data entry page.
The text was updated successfully, but these errors were encountered:
Additional information:
This issue affects users whose stores use custom themes; I have not been able to reproduce it on a store using the 'Default' theme.
One point of failure is in the rendering of the PaymentChooser component, once the browser returns from interacting with Paypal:
The state variable passed as a "prop" toPaymentChooser should include the shop's configuration details. Only then will the config variable be set correctly. The re-rendering of PayWithPayPal may then continue.
From a user:
The text was updated successfully, but these errors were encountered: