Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijaIv committed Apr 15, 2024
2 parents 8ab3d5b + 40bc418 commit a9a10be
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Components/Integration/PaymentMethodService.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function deletePaymentMethod(string $methodId): void
return;
}

$this->disablePaymentMean(self::ADYEN_NAME_PREFIX . $method->getCode());
$this->disablePaymentMean($method->getCode());
}

/**
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": "1.1.11",
"adyen/integration-core": "1.1.12",
"ext-simplexml": "*"
},
"minimum-stability": "dev",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

12 changes: 11 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.9</version>
<version>4.1.10</version>
<copyright>Adyen</copyright>
<author>Adyen</author>
<link>https://adyen.com</link>
Expand Down Expand Up @@ -725,4 +725,14 @@
* Fix Adyen button listeners on order details page
</changes>
</changelog>
<changelog version="4.1.10">
<changes lang="en">
* Fix payment method disabling when plugin is uninstalled or payment method is deleted in plugin.
* Update core version to 1.1.12
</changes>
<changes lang="de">
* Fix payment method disabling when plugin is uninstalled or payment method is deleted in plugin.
* Update core version to 1.1.12
</changes>
</changelog>
</plugin>

0 comments on commit a9a10be

Please sign in to comment.