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
There is about a 5-10 second delay between the time a user clicks the Place order button and the time the loading indicator appears: https://d.pr/i/pIfktD
Viewing XHR requests in dev tools, I can see requests happening, but on the front-end, it appears as though nothing is happening for a few seconds until the loading indicator finally appears.
If a customer selects the button a second time, a console error appears indicating payment is in progress, but again, nothing on the front-end: https://d.pr/i/wAf5pg
Steps to Reproduce
Make sure PayPal is connected and Credit Card Processing is enabled.
Add a product to cart and proceed to checkout
Select Credit Cards option and fill in all required form fields
Open dev tools and either navigate to the Network Tab or enable XHR messages in console
Select the Place order button. In dev tools, you will see magic happening. On the front-end, nothing will appear to be happening for a few seconds. Then the loading indicator will appear.
*This may be specific to my environment, but this doesn't happen with any other payment gateways for me.
The text was updated successfully, but these errors were encountered:
There is about a 5-10 second delay between the time a user clicks the Place order button and the time the loading indicator appears: https://d.pr/i/pIfktD
Viewing XHR requests in dev tools, I can see requests happening, but on the front-end, it appears as though nothing is happening for a few seconds until the loading indicator finally appears.
If a customer selects the button a second time, a console error appears indicating payment is in progress, but again, nothing on the front-end: https://d.pr/i/wAf5pg
Steps to Reproduce
*This may be specific to my environment, but this doesn't happen with any other payment gateways for me.
The text was updated successfully, but these errors were encountered: