View Issue Details

IDProjectCategoryView StatusLast Update
0007764module PayPal Checkoutmodule PayPal checkout - subpublic2025-02-05 12:48
Reporterfcos Assigned To 
PriorityurgentSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.5.1 / 3.3.4 
Fixed in Version2.5.2 / 3.4.0 
Summary0007764: ApplePay total price is wrong
DescriptionIn 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.
TagsNo tags attached.

Activities

QA

2025-01-30 13:27

administrator   ~0017801

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

fcos

2025-01-31 09:28

reporter   ~0017803

"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.