-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The totals of the cart item amounts do not match order amounts #8
Comments
Even i am facing the same issue. |
Try this little modification and change XXX with our currency: ./app/code/core/Mage/Paypal/Model/Express/Checkout.php lines 304,305: change with: It works on 1.9.2. |
Hello mgeorgiev1, As per your above information about the changing core files. I have check this solution on my local system. This have some issue with express checkout. Before redirection to paypal there was no review order step in magento one page checkout. Also on paypal there was no details about the product description and prices. so i think there is not proper solution of this. Even we may have multiple non supported currency that also need to be done dynamically by overriding the "Mage_Paypal_Model_Express_Checkout" class. Waiting for your reply. Hoping the best solution from your side. Thanks & regards, |
Hello, Regards. |
Hello, That i can understand we can do the configuration regarding the "Review Step". But there is issue in paypal. In the paypal listing of the products details and individual price there is issue. Waiting for your reply. Hoping the best solution from your side. Thanks & regards, |
Hello, I am still getting this error when request come back from paypal for order review page. My request is sending good and amount is also get converted into USD.But on order review page i am getting below error. "PayPal gateway has rejected request. The totals of the cart item amounts do not match order amounts (#10413: Transaction refused because of an invalid argument. See additional error messages for details)." I can't understand even papal is accepting request and after some time is giving me below error. |
When ever i am selecting paypal this error message is coming up
![shopping cart](https://cloud.githubusercontent.com/assets/17763698/15501094/599534a0-21c9-11e6-9518-ef9691f03bd7.png)
The text was updated successfully, but these errors were encountered: