From 9cb79d25709279ef5c3d947eea0cb9cc0de25750 Mon Sep 17 00:00:00 2001 From: Dennis Garding Date: Tue, 6 Aug 2024 07:01:56 +0200 Subject: [PATCH] PT-13158 - Fix error while loading the checkout PayPal button in web views --- .../jquery.swag-paypal-unified.in-context-checkout.js | 4 ++-- plugin.xml | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Resources/views/frontend/_public/src/js/jquery.swag-paypal-unified.in-context-checkout.js b/Resources/views/frontend/_public/src/js/jquery.swag-paypal-unified.in-context-checkout.js index 5966a119..671225cd 100644 --- a/Resources/views/frontend/_public/src/js/jquery.swag-paypal-unified.in-context-checkout.js +++ b/Resources/views/frontend/_public/src/js/jquery.swag-paypal-unified.in-context-checkout.js @@ -102,10 +102,10 @@ renderSdkUrl: function () { var enabledFundings = this.opts.enabledFundings, params = { - components: 'buttons,funding-eligibility', 'client-id': this.opts.clientId, 'disable-funding': this.opts.disabledFundings, - intent: this.opts.paypalIntent.toLowerCase() + intent: this.opts.paypalIntent.toLowerCase(), + commit: false }; if (this.opts.showPayLater) { diff --git a/plugin.xml b/plugin.xml index aa954576..ac070a59 100644 --- a/plugin.xml +++ b/plugin.xml @@ -5,13 +5,22 @@ - 6.1.8 + 6.1.9 (c) by shopware AG MIT http://store.shopware.com shopware AG + + + PT-13158 - Fehler beim Laden des PayPal-Buttons für den Bestellabschluss in Web-Views behoben; + + + PT-13158 - Fix error while loading the checkout PayPal button in web views; + + + PT-13157 - Die Zahlungsart "Giropay" wird deaktiviert kann nicht mehr verwendet werden;