View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005257 | module PayPal | module PayPal - sub | public | 2013-06-27 13:52 | 2014-03-04 11:29 |
Reporter | Spritje | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 2.1.1 | ||||
Summary | 0005257: PayPal Error: The totals of the cart item amounts do not match order amounts. | ||||
Description | If Shopconfiguration is like in "Setps to Reproduce" described, and have an article in basket with calculated discount and you are selecting PayPal as Payment Method, you get the PayPal Error Message: "The totals of the cart item amounts do not match order amounts." | ||||
Steps To Reproduce | Shop configuration in OXID eShop Enterprise Edition, Version 5.0.6 and PayPal Module 2.1.0 installed: VAT Settings (see Screenshot) Discount Settings (see Screenshot) PayPal Error (See Screenshot) | ||||
Additional Information | PayPal Log (Request and Response) is attached. | ||||
Tags | No tags attached. | ||||
Attached Files | Paypal_log.txt (2,385 bytes)
======================= REQUEST TO PAYPAL [2013-06-27 13:25:39] ======================= # SESS ID: f7517a7f9446ee186ebb027eee10e1c9 array ( 'VERSION' => '84.0', 'PWD' => '1353676054', 'USER' => 'suppor_1353676031_biz_api1.oxid-esales.com', 'SIGNATURE' => 'AyCukjHuPEF23Moc.H9wGKZKviIEAmU2pC-Mu8Yo2VWJBNgazhPtNhW1', 'CALLBACKVERSION' => '84.0', 'NOSHIPPING' => '2', 'RETURNURL' => 'http://support.oxid-esales.com/development/eike/index.php?lang=0&sid=f7517a7f9446ee186ebb027eee10e1c9&rtoken=db5c41ef&shp=1&cl=oePayPalExpressCheckoutDispatcher&fnc=getExpressCheckoutDetails', 'CANCELURL' => 'http://support.oxid-esales.com/development/eike/index.php?lang=0&sid=f7517a7f9446ee186ebb027eee10e1c9&rtoken=db5c41ef&shp=1&cl=basket', 'LOCALECODE' => 'de_DE', 'SOLUTIONTYPE' => 'Mark', 'BRANDNAME' => 'eFire Testshop', 'PAYMENTREQUEST_0_PAYMENTACTION' => 'Sale', 'PAYMENTREQUEST_0_AMT' => '1033.23', 'PAYMENTREQUEST_0_CURRENCYCODE' => 'EUR', 'PAYMENTREQUEST_0_ITEMAMT' => '1056.72', 'PAYMENTREQUEST_0_SHIPPINGAMT' => '0.00', 'PAYMENTREQUEST_0_SHIPDISCAMT' => '-22.56', 'PAYMENTREQUEST_0_DESC' => 'Ihre Bestellung bei OXID eShop 5 in Höhe von 1.033,23 EUR', 'PAYMENTREQUEST_0_CUSTOM' => 'Ihre Bestellung bei OXID eShop 5 in Höhe von 1.033,23 EUR', 'L_SHIPPINGOPTIONISDEFAULT0' => 'true', 'L_SHIPPINGOPTIONNAME0' => 'Standard', 'L_SHIPPINGOPTIONAMOUNT0' => '0.00', 'CALLBACK' => 'http://support.oxid-esales.com/development/eike/index.php?lang=0&sid=f7517a7f9446ee186ebb027eee10e1c9&rtoken=db5c41ef&shp=1&cl=oePayPalExpressCheckoutDispatcher&fnc=processCallBack', 'CALLBACKTIMEOUT' => '6', 'MAXAMT' => '1109.28', 'L_PAYMENTREQUEST_0_NAME0' => 'Gesamtsumme:', 'L_PAYMENTREQUEST_0_AMT0' => '1056.72', 'L_PAYMENTREQUEST_0_QTY0' => '1', 'METHOD' => 'SetExpressCheckout', ) ======================= RESPONSE FROM PAYPAL [2013-06-27 13:25:41] ======================= # SESS ID: f7517a7f9446ee186ebb027eee10e1c9 array ( 'TIMESTAMP' => '2013-06-27T11:25:40Z', 'CORRELATIONID' => '7f1694756427c', 'ACK' => 'Failure', 'VERSION' => '84.0', 'BUILD' => '6561328', 'L_ERRORCODE0' => '10413', 'L_SHORTMESSAGE0' => 'Transaction refused because of an invalid argument. See additional error messages for details.', 'L_LONGMESSAGE0' => 'The totals of the cart item amounts do not match order amounts.', 'L_SEVERITYCODE0' => 'Error', ) | ||||
related to | 0005394 | resolved | tomas.lygutas | wrong calculations for PayPal when using voucher |