View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007764 | module PayPal Checkout | module PayPal checkout - sub | public | 2025-01-30 12:01 | 2025-02-05 12:48 |
| Reporter | fcos | Assigned To | |||
| Priority | urgent | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.5.1 / 3.3.4 | ||||
| Fixed in Version | 2.5.2 / 3.4.0 | ||||
| Summary | 0007764: ApplePay total price is wrong | ||||
| Description | In vendor/oxid-solution-catalysts/paypal-module/src/Controller/ProxyController.php : getPaymentRequestLines() the total price is set with only the product price via $basket->getBruttoSum(). It should be the same as google pay with: number_format((double) $basket->getPrice()->getBruttoPrice(), 2, '.', ''), Its seems oxid 7 is also affected. | ||||
| Tags | No tags attached. | ||||
|
|
should be fixed in 2.5.2/3.5.2 So please be so kind and test the latest RC (v2.5.2-rc.6) to confirm It would be important to know the steps to reproduce, if the problem still persists in PPC v2.5.2-rc.6. Are the prices maintained here net or brut? Do several items have to be placed in the shopping cart? Please provide feedback |
|
|
"should be fixed in 2.5.2/3.5.2" I still see the bug in the master branch, so probably not The price was brut, but shouldn matter in this case. Try to buy something with ApplePay and delivery costs and the ApplePay payment confirm dialog with the displayed price to pay, shows only the product price not delivery/additonal costs. |