View Issue Details

IDProjectCategoryView StatusLast Update
0007332module PayPal Checkoutmodule PayPal checkout - subpublic2022-09-21 13:55
ReporterQA Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.1.4 / 1.1.4 
Fixed in Version2.1.5 / 1.1.5 
Summary0007332: amount_mismatch - if netto mode is enebled
Description- Create article with 2 variants (so that the article can be put in the shopping cart in different variants, alternatively two different articles with the same price and the same discount probably also go)

Steps To Reproduce0. Set netto mode (see attachment)
1. Article price per variant 4.99 (enter article prices net is activated and show net prices in store is activated)
2. Discount 10% for both variants (this changes the displayed price of the variants to 4.49)
3. Variant 1 5x in the shopping cart
4. Variant 2 5x into the shopping cart
5. Payment method Paypal

-> after clicking on Buy Now there is no redirect to Paypal but a redirect to the payment page with error message
Additional Information(one variant 10x works, here the module seems to calculate the gross amount per item in the shopping cart, the store first calculates everything net and then the VAT for the total amount, this is probably also the problem, this causes the rounding error)

Logfile:

OXID_REFERENCE'\\/amount\\/value\",\"value\":\"61.23\",\"issue\":\"AMOUNT_MISMATCH\",\"description\":\"Should equal item_total + tax_total + shipping + handling + insurance - shipping_discount - discount.\"}]\.................

OXID_REFERENCE\",\"amount\":{\"breakdown\":{\"item_total\":{\"currency_code\":\"EUR\",\"value\":\"51.76\"},\"shipping\":{\"currency_code\":\"EUR\",\"value\":\"9.46\"},\"tax_total\":{\"currency_code\":\"EUR\",\"value\":\"0.00\"}},\"currency_code\":\"EUR\",\"value\":\"61.23\"},\".........


TagsNo tags attached.
Attached Files
paypal_netto_1.jpg (76,207 bytes)   
paypal_netto_1.jpg (76,207 bytes)   

Activities

mario_lorenz

2022-07-12 11:57

developer   ~0013841

It is fixed in the next Minor-Version