From e3649007f00dc12ff3987dd188985728c31a3436 Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Thu, 17 Oct 2024 16:06:26 +0200 Subject: [PATCH] fix CHANGELOG --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9c5a87..09fa3956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [0007675](https://bugs.oxid-esales.com/view.php?id=7675): fix the possibility to finish order without redirect and login to Paypal - [0007676](https://bugs.oxid-esales.com/view.php?id=7676): If we have a corrupted generated_services.yaml and try to deactivate the module via the admin, we will display a more understandable error message about what happened. - introduce ActionHash to make the PayPal-Request-ID more unique -- use PayPal-Client v2.0.15 +- use PayPal-Client v3.0.11 - [0007588](https://bugs.oxid-esales.com/view.php?id=7588): Improve Error handling for Capture Order Requests (thanks to mount7) - remove Sofort and MyBank, Paymentmethods will soon no longer be accepted via PayPal - fix: Refund only with note to Buyer (required) @@ -32,13 +32,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix PayPalExpress Reauth is necessary if the cart amount (total is greater than before) has changed during the checkout process - [0007666](https://bugs.oxid-esales.com/view.php?id=7666): Fix: Price surcharges on the detail page for selection lists are not taken into account - [0007695](https://bugs.oxid-esales.com/view.php?id=7695): Fix: if DeliverySet is set in Frontend, then do not add any PseudoDeliveryCosts for PPExpress -- [0007676](https://bugs.oxid-esales.com/view.php?id=7676): If we have a corrupted generated_services.yaml and try to deactivate the module via the admin, we will display a more understandable error message about what happened. ### NEW - PayPal-Request-Id based on serialized body, no extra PayPal-Request-Id necessary anymore - Introduce GooglePay-Payment - Introduce ApplePay-Payment -- use PayPal-Client v2.0.14 - add Default-Shippingcosts for PP-Express to prevent overcharge. - provide Smarty-Templates again for OXID7.0 - thank you to D3-Team - use PayPal-Request-ID in any API-Call (via Client, v3.0.10)