diff --git a/Model/Client.php b/Model/Client.php index 170bb08..90cca68 100755 --- a/Model/Client.php +++ b/Model/Client.php @@ -39,7 +39,7 @@ public function initialize(): \BitPaySDK\Client $serializedTokenData = $this->serializer->unserialize($tokenData); $merchantToken = $serializedTokenData['data'][0]['token']; $tokens = new Tokens($merchantToken); - $platformInfo = 'BitPay_Magento2_v10.0.0'; + $platformInfo = 'BitPay_Magento2_v10.1.0'; return \BitPaySDK\Client::createWithData($env, $privateKeyPath, $tokens, $password, null, $platformInfo); } diff --git a/Model/Config.php b/Model/Config.php index c2bf7d2..73c3004 100755 --- a/Model/Config.php +++ b/Model/Config.php @@ -29,7 +29,7 @@ class Config public const BITPAY_PROD_TOKEN_URL = 'https://bitpay.com/tokens'; public const API_HOST_DEV = 'test.bitpay.com'; public const API_HOST_PROD = 'bitpay.com'; - public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_10.0.0'; + public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_10.1.0'; public const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout'; public const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg'; public const BITPAY_PAYMENT_DIR_IMAGES = 'images'; diff --git a/composer.json b/composer.json index 274dc09..175cf74 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "", "type": "magento2-module", "license": "mit", - "version": "10.0.0", + "version": "10.1.0", "authors": [ { "email": "integrations@bitpay.com", diff --git a/etc/module.xml b/etc/module.xml index 48e4ea7..f27912f 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -6,5 +6,5 @@ --> - +