Jump to content

PayPal Express Payment - Error with vouchers - SOLUTION


Recommended Posts

I've been having a problem for a while where orders that had a discount code added to them were not completing correctly through PayPal.

 

I couldn't find a solution on the forum, but I have managed to sort it out so thought I'd post a solution. Here is how:

 

In the file /override/classes/Discount.php on line 69 it says

return update($autodate, $nullValues, $categories);

Change this to

return parent::update($autodate, $nullValues, $categories);
Link to comment
Share on other sites

×
×
  • Create New...