Magento – Magento saves a wrong order total amount and put the order in Subspected Fraud

magento-1.9paypal-prosuspected-fraud

I've a problem in the order resume when a user is applying a discount code.

The total amound is wrong

In fact the subtotal is 68 + 8 (shipment) and – 6.80 (discount code) = €69.2 and not €76.0 like what's written in the page.

The payment is made with paypal and the total is correct (€69.2) but magento is putting the order in Subspected FraudIPN "Completed". Order is suspended as its capture amount 69,20 € is suspected to be fraudulent.

Actually the problem is happening with any discount code.
How can I solve this problem?

Best Answer

Are you by any chance running this on PHP7?

If so, you might be looking at error due to order in which totals are calculated. If so, please refer to this.

Related Topic