Skip to content

Commit

Permalink
ASW-0 merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
bortefi committed Feb 8, 2022
2 parents 604c027 + 7c80f32 commit a109b0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/services/applepay-merchant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parameters>
<parameter key="apple_pay.merchant_association.base_uri">https://eu.adyen.link</parameter>
<parameter key="apple_pay.merchant_association.storage_path">%kernel.project_dir%/.well-known/apple-developer-merchantid-domain-association</parameter>
<parameter key="apple_pay.merchant_association.archive_path">%adyen_payment.plugin_dir%/storage/apple-developer-merchantid-domain-association.zip</parameter>
<parameter key="apple_pay.merchant_association.archive_path">%adyen_payment.plugin_dir%/storage/apple-developer-merchantid-domain-association.archive</parameter>
</parameters>

<services>
Expand Down
10 changes: 9 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<label>Adyen Shopware Plugin</label>
<label lang="de">Adyen Shopware Plugin</label>
<version>3.3.0</version>
<version>3.3.1</version>
<copyright>Adyen</copyright>
<author>Adyen</author>
<link>https://adyen.com</link>
Expand Down Expand Up @@ -289,4 +289,12 @@
Plugin compatibility with SwagPayPal
</changes>
</changelog>
<changelog version="3.3.1">
<changes lang="en">
Same release as 3.3.0, but alternate working for archive file
</changes>
<changes lang="de">
Same release as 3.3.0, but alternate working for archive file
</changes>
</changelog>
</plugin>

0 comments on commit a109b0c

Please sign in to comment.