Page 1 of 1

OpenCart 3 PayPal Pro Extension Issue

Posted: Thu Sep 12, 2019 5:52 am
by DBI
This is happening with a fresh install of OC 3.0.3.2.

When testing the PayPal Pro payment extension, after clicking "confirm order" the "please wait" notice shows up and nothing happens after that (the user isn't redirected to a success page). Checking PayPal confirms that the payment was successfully processed.

The lack of a redirect of course allows the user to then click the confirm button again, thinking the first attempt failed, and submit multiple payments.

Looking at the console in Chrome, there is no activity after:

Code: Select all

XHR finished loading: POST "https://domainname.com/index.php?route=extension/payment/pp_pro/send".
Thanks for any insights!