Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.2
-
Component/s: None
-
Labels:None
Description
In the file "/components/gateways/nonmerchant/paypal_checkout/paypal_checkout.php" around the line 434, replace this:
$response = $payments->response();
with this:
$response = $payment->response();