View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007961 | module Stripe Wallet | module Stripe Wallet | public | 2026-06-10 21:11 | 2026-06-25 14:36 |
| Reporter | Spritje | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.0.0 | ||||
| Fixed in Version | 3.0.1 | ||||
| Summary | 0007961: If shop is running in Netto Mode, Stripe may charge an extra cent due to rounding differences | ||||
| Description | If shop is running in Netto Mode, Stripe may charge an extra cent due to rounding differences | ||||
| Steps To Reproduce | Run shop in netto mode Item 1 (net): €13.35, Item 2 (net): €22.25 Method A (add first, then apply 19%): 13.35 + 22.25 = €35.60 × 1.19 = €42.3640 -> rounded to €42.36 Method B (first calculate individual prices with VAT, then add them together): 13.35 × 1.19 = 15.8865 -> rounded to €15.89 22.25 × 1.19 = 26.4775 -> rounded to €26.48 15.89 + 26.48 = €42.37 -> 1-cent difference, because both individual prices are rounded up to the next decimal place, which adds up. | ||||
| Additional Information | QA - ES - Additionally, the order overview does not indicate which payment method was used for the order (credit card, Bancontact, etc.) -> Payment method: Digital wallet (Stripe) Feature Request -> -> Payment method: Digital wallet (Stripe) - Credit card | ||||
| Tags | No tags attached. | ||||