News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

PayPal IPN Error: Order Total/Currency Check failed

Started by fbc, March 15, 2012, 23:11:32 PM

Previous topic - Next topic

fbc

What causes this? What should I do about it?

During a paypal transaction on your site the received amount didn't match the order total.
                   Order ID: 2384.
                   Order Number: 111_022f778316daab3fe21f5bf3cb6d.
                   The amount received was: 27.84 USD.
                   It should be: 27.84 EUR.
Frank

fbc

I think changing this in the paypal code should fix it.

// "currency_code" => $_SESSION['vendor_currency'],
"currency_code" => $db->f('order_currency'),
Frank