Jump to content

error whit payment


Recommended Posts

I have been searching for whats wrong when people are making a payment and i dont get any orders

Fatal error: Uncaught exception 'PrestaShopException' with message 'Can't load Order status' in /home/xxxxxx/public_html/classes/PaymentModule.php:190 Stack trace: #0 /home/xxxxx/public_html/modules/paysondirect/paysondirect.php(561): PaymentModuleCore->validateOrder(733, false, 10, 'Payson', 'Paysonreferens:...', Array, 2, false, '9eaaf89f223242c...') #1 /home/xxxxx/public_html/modules/paysondirect/validation.php(29): Paysondirect->CreateOrder(733, 'e172fb2f-23dd-4...', NULL) #2 {main} thrown in /home/xxxxx/public_html/classes/PaymentModule.php on line 190

 

 

What is wrong?

 

 

Link to comment
Share on other sites

You are using a payment module named paysondirect, and this module appears to be programmed incorrectly.  It is using false where an order status ID is expected.

PaymentModuleCore->validateOrder(733, false, 10, 'Payson', 'Paysonreferens:...', Array, 2, false, '9eaaf89f223242c...')
Link to comment
Share on other sites

 

You are using a payment module named paysondirect, and this module appears to be programmed incorrectly.  It is using false where an order status ID is expected.

PaymentModuleCore->validateOrder(733, false, 10, 'Payson', 'Paysonreferens:...', Array, 2, false, '9eaaf89f223242c...')

But it has been working fine before.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...