Hi , all transaction process works fine but order status remain PENDING after transaction and I receive this strage error
During a paypal transaction on your site the received amount didn't match the order total.
Order ID: 4.
Order Number: 62_43d71cc7d5e434fe40c8b18245552.
The amount received was: 0.76 USD.
It should be: 0.76 .
seems that virtuemart doesn't send to paypal USD string.
anyone can help me?
You slightly have the logic reversed. That error message is generated by virtuemart after paypal has sent the IPN to it. Some reason your virtuemart is not storing the currency with the order.
What version are you on?