Skip to content

Commit 7ef0ee0

Browse files
authored
Merge pull request #120 from p-maguire/10.1.x
SP-1156: Bump version for release
2 parents 8e56ab8 + dbc07fe commit 7ef0ee0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Model/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function initialize(): \BitPaySDK\Client
3939
$serializedTokenData = $this->serializer->unserialize($tokenData);
4040
$merchantToken = $serializedTokenData['data'][0]['token'];
4141
$tokens = new Tokens($merchantToken);
42-
$platformInfo = 'BitPay_Magento2_v10.0.0';
42+
$platformInfo = 'BitPay_Magento2_v10.1.0';
4343

4444
return \BitPaySDK\Client::createWithData($env, $privateKeyPath, $tokens, $password, null, $platformInfo);
4545
}

Model/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Config
2929
public const BITPAY_PROD_TOKEN_URL = 'https://bitpay.com/tokens';
3030
public const API_HOST_DEV = 'test.bitpay.com';
3131
public const API_HOST_PROD = 'bitpay.com';
32-
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_10.0.0';
32+
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_10.1.0';
3333
public const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout';
3434
public const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg';
3535
public const BITPAY_PAYMENT_DIR_IMAGES = 'images';

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "",
44
"type": "magento2-module",
55
"license": "mit",
6-
"version": "10.0.0",
6+
"version": "10.1.0",
77
"authors": [
88
{
99
"email": "[email protected]",

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
-->
77
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
88
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
9-
<module name="Bitpay_BPCheckout" setup_version="10.0.0"></module>
9+
<module name="Bitpay_BPCheckout" setup_version="10.1.0"></module>
1010
</config>

0 commit comments

Comments
 (0)