Skip to content

Commit a050436

Browse files
authored
Merge pull request #60 from shopware5/pt-13158/fix-web-view-failure
PT-13158 - Fix error while loading the checkout PayPal button in web views
2 parents c71d3f8 + 9cb79d2 commit a050436

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Resources/views/frontend/_public/src/js/jquery.swag-paypal-unified.in-context-checkout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@
102102
renderSdkUrl: function () {
103103
var enabledFundings = this.opts.enabledFundings,
104104
params = {
105-
components: 'buttons,funding-eligibility',
106105
'client-id': this.opts.clientId,
107106
'disable-funding': this.opts.disabledFundings,
108-
intent: this.opts.paypalIntent.toLowerCase()
107+
intent: this.opts.paypalIntent.toLowerCase(),
108+
commit: false
109109
};
110110

111111
if (this.opts.showPayLater) {

plugin.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@
55
<label lang="de">PayPal</label>
66
<label lang="en">PayPal</label>
77

8-
<version>6.1.8</version>
8+
<version>6.1.9</version>
99
<copyright>(c) by shopware AG</copyright>
1010
<license>MIT</license>
1111
<link>http://store.shopware.com</link>
1212
<author>shopware AG</author>
1313
<compatibility minVersion="5.2.27" maxVersion="5.99.99"/>
1414

15+
<changelog version="6.1.9">
16+
<changes lang="de">
17+
PT-13158 - Fehler beim Laden des PayPal-Buttons für den Bestellabschluss in Web-Views behoben;
18+
</changes>
19+
<changes lang="en">
20+
PT-13158 - Fix error while loading the checkout PayPal button in web views;
21+
</changes>
22+
</changelog>
23+
1524
<changelog version="6.1.8">
1625
<changes lang="de">
1726
PT-13157 - Die Zahlungsart "Giropay" wird deaktiviert kann nicht mehr verwendet werden;

0 commit comments

Comments
 (0)