Jump to content

[PrestaShopException] Can't save Order at line 267 in file classes/PaymentModule.php


igrafica

Recommended Posts

Hi, i have prestashop 1.5. I have a problem with ebay module, i can't import orders from ebay to prestashop. I paste the message:

 

261.

262. //biaigi change reference
263. //$this->changeReference($order->id);
264.
265.                     if (!$result)
266. throw new PrestaShopException('Can\'t save Order');
267.
268.                     // Amount paid by customer is not the right one -> Status = payment error
269.                     // We don't use the following condition to avoid the float precision issues : http://www.php.net/manual/en/language.types.float.php
270.                     // if ($order->total_paid != $order->total_paid_real)
271.                     // We use number_format in order to compare two string

 

Can you help me? thanks.

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