Jump to content

Error on return from Sage Pay


Recommended Posts

I'm currently getting the following error when returning to PrestaShop after making a test payment via Sage Pay.

Fatal error: Call to a member function cloneContext() on a non-object in /*/classes/order/OrderDetail.php on line 250

 

The URL on which it error is:

mysite/modules/sagepay/validation.php?crypt=

 

Does anybody know how to resolve the issue?

Link to comment
Share on other sites

Eventually solved it myself.

I had extended the class by copying it and just adding few new lines in one of the methods. Deleting the methods in the extended class that hadn't been changed solved the problem.

Link to comment
Share on other sites

×
×
  • Create New...