View Issue Details

IDProjectCategoryView StatusLast Update
0007765module PayPal Checkoutmodule PayPal checkout - subpublic2025-03-31 09:13
Reporterfcos Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version2.5.1 / 3.3.4 
Summary0007765: ApplePay and GooglePay send duplicate order emails
DescriptionWhen you order with apple pay or google pay, 2 email order confirmations are send to the customer.

It seems the module triggers its own email sending in
htdocs/vendor/oxid-solution-catalysts/paypal-module/src/Model/Order.php : sendPayPalOrderByEmail()

additional to the shop email sending, cant reproduce it with normal PayPal order only applepay/googlepay.
Additional Information- es -

Bug reproduced also with v2.5.2-rc.6
TagsNo tags attached.

Activities

fcos

2025-01-31 09:57

reporter   ~0017804

Could be missing checks if the order execution is in progress, see https://github.com/OXID-eSales/paypal-module/blob/b-6.3.x/src/Service/Payment.php : isOrderExecutionInProgress(), it seems only acdc and uapmp is checked and not google/apple, but its only an assumption, maybe it helps to speed up a fix.

Mark.Schuette

2025-03-14 12:57

manager   ~0017873

Ticket in work.

Mark.Schuette

2025-03-31 09:13

manager   ~0017893

Ticket will be solved in next Paypal Sprint