Skip to content

Commit

Permalink
Merge pull request #60 from shopware5/pt-13158/fix-web-view-failure
Browse files Browse the repository at this point in the history
PT-13158 - Fix error while loading the checkout PayPal button in web views
  • Loading branch information
mitelg authored Aug 6, 2024
2 parents c71d3f8 + 9cb79d2 commit a050436
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
11 changes: 10 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,22 @@
<label lang="de">PayPal</label>
<label lang="en">PayPal</label>

<version>6.1.8</version>
<version>6.1.9</version>
<copyright>(c) by shopware AG</copyright>
<license>MIT</license>
<link>http://store.shopware.com</link>
<author>shopware AG</author>
<compatibility minVersion="5.2.27" maxVersion="5.99.99"/>

<changelog version="6.1.9">
<changes lang="de">
PT-13158 - Fehler beim Laden des PayPal-Buttons für den Bestellabschluss in Web-Views behoben;
</changes>
<changes lang="en">
PT-13158 - Fix error while loading the checkout PayPal button in web views;
</changes>
</changelog>

<changelog version="6.1.8">
<changes lang="de">
PT-13157 - Die Zahlungsart "Giropay" wird deaktiviert kann nicht mehr verwendet werden;
Expand Down

0 comments on commit a050436

Please sign in to comment.