diff --git a/composer.json b/composer.json index dd76201..57b2026 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "OSL-3.0" ], "require": { - "magento/framework": "~101.0.0", + "magento/framework": ">=101.0.0", "pmclain/authorizenet-php-sdk": "~0.1.7" }, "autoload": { diff --git a/etc/adminhtml/di.xml b/etc/adminhtml/di.xml index c980736..b599f47 100644 --- a/etc/adminhtml/di.xml +++ b/etc/adminhtml/di.xml @@ -45,10 +45,11 @@ - Pmclain\AuthorizenetCim\Gateway\Request\PaymentDataBuilder\Vault + Pmclain\AuthorizenetCim\Gateway\Request\PaymentDataBuilder + Pmclain\AuthorizenetCim\Gateway\Request\TokenDataBuilder Pmclain\AuthorizenetCim\Gateway\Request\AddressDataBuilder Pmclain\AuthorizenetCim\Gateway\Request\CustomerDataBuilder\Admin - \ No newline at end of file +