diff --git a/Components/Adyen/PaymentMethodService.php b/Components/Adyen/PaymentMethodService.php index f9d590b1..11fd55de 100644 --- a/Components/Adyen/PaymentMethodService.php +++ b/Components/Adyen/PaymentMethodService.php @@ -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 { diff --git a/Controllers/Backend/TestAdyenApi.php b/Controllers/Backend/TestAdyenApi.php index 598a82e6..2c293d12 100644 --- a/Controllers/Backend/TestAdyenApi.php +++ b/Controllers/Backend/TestAdyenApi.php @@ -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); diff --git a/plugin.xml b/plugin.xml index 89ca7302..509a0e96 100644 --- a/plugin.xml +++ b/plugin.xml @@ -305,7 +305,7 @@ Enable Adyen's stored payment methods feature - + USP: * re-enable creation of stored payment methods (Tokenization) for Credit Cards (adyen type: scheme) @@ -313,8 +313,8 @@ 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