Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bortefi authored Mar 30, 2022
2 parents ee986dd + 518e15d commit 6cb1940
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Components/Adyen/PaymentMethodService.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use AdyenPayment\Session\CustomerNumberProviderInterface;
use Psr\Log\LoggerInterface;


/** @TODO - Cleanup the public const (unify the services) and create unit tests */
final class PaymentMethodService implements PaymentMethodServiceInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Controllers/Backend/TestAdyenApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Shopware_Controllers_Backend_TestAdyenApi extends Shopware_Controllers_Bac
public function preDispatch(): void
{
parent::preDispatch();

$this->cacheManager = $this->get(CacheManager::class);
$this->apiConfigValidator = $this->get(ConfigValidator::class);
$this->usedFallbackConfigRule = $this->get(UsedFallbackConfigRule::class);
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,16 +305,16 @@
Enable Adyen's stored payment methods feature
</changes>
</changelog>
<changelog version="3.4.0">
<changelog version="3.5.0">
<changes lang="en">
USP:
* re-enable creation of stored payment methods (Tokenization) for Credit Cards (adyen type: scheme)
* functionality to remove stored payment methods / tokens
</changes>
<changes lang="de">
USP:
* re-enable creation of stored payment methods (Tokenization) for Credit Cards (adyen type: scheme)
* functionality to remove stored payment methods / tokens
* re-enable creation of stored payment methods (Tokenization) for Credit Cards (adyen type: scheme)
* functionality to remove stored payment methods / tokens
</changes>
</changelog>
</plugin>

0 comments on commit 6cb1940

Please sign in to comment.