Jump to content

Prestashop “PayPal transaction succeeded but no order created in prestashop issue”


Hamendra Sunthwal

Recommended Posts

This is regards payment taking through paypal but no order placed/created in Prestashop.

From admin logs i can see the below log

PaymentModule::validateOrder - Order cannot be created

I have checked this it came from /website/override/classes/PaymentModule.php

Its because there was some issue while creating order

$result = $order->add();

That results into PaymentModule::validateOrder - Order cannot be created log.

How do i find out which/what thing created issue that leads to order not created ?

How do i find out cause of the issue ?

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...