Paypal Express Checkout Window Keeps Loading
I'm trying to integrate the PayPal button to execute a simple payment to a new Paypal account I just created. Following the guide I rendered the button, but when I click on it and
Solution 1:
You need to return the promise to payment()
-- return fetch("/getOldAmount").then(...
Post a Comment for "Paypal Express Checkout Window Keeps Loading"