Skip to content

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarBoljanovic committed Dec 20, 2023
1 parent 1f63f15 commit 1cb5e1b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ if (!window.AdyenFE) {
(response) => {
data.merchants = response.map((merchant) => ({
value: merchant.merchantId,
label: merchant.merchantName
label: merchant.merchantName + ' (' + merchant.merchantId + ')'
}));

renderForm(data);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"php": "^7.2|^7.4|^8.0",
"ext-json": "*",
"ext-zip": "*",
"adyen/integration-core": "dev-dev",
"adyen/integration-core": "1.1.1",
"ext-simplexml": "*"
},
"minimum-stability": "dev",
Expand Down
16 changes: 7 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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>4.1.0</version>
<version>4.1.1</version>
<copyright>Adyen</copyright>
<author>Adyen</author>
<link>https://adyen.com</link>
Expand Down Expand Up @@ -635,4 +635,12 @@
Sofort
</changes>
</changelog>
<changelog version="4.1.1">
<changes lang="en">
* Add support for Alma payment method
</changes>
<changes lang="de">
* Add support for Alma payment method
</changes>
</changelog>
</plugin>

0 comments on commit 1cb5e1b

Please sign in to comment.