View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007765 | module PayPal Checkout | module PayPal checkout - sub | public | 2025-01-30 12:07 | 2025-03-31 09:13 |
Reporter | fcos | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 2.5.1 / 3.3.4 | ||||
Summary | 0007765: ApplePay and GooglePay send duplicate order emails | ||||
Description | When 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 | ||||
Tags | No tags attached. | ||||
|
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. |
|
Ticket in work. |
|
Ticket will be solved in next Paypal Sprint |