File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class Config
27
27
public const BITPAY_PROD_TOKEN_URL = 'https://bitpay.com/tokens ' ;
28
28
public const API_HOST_DEV = 'test.bitpay.com ' ;
29
29
public const API_HOST_PROD = 'bitpay.com ' ;
30
- public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.2.1 ' ;
30
+ public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.2.2 ' ;
31
31
public const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout ' ;
32
32
public const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg ' ;
33
33
public const BITPAY_PAYMENT_DIR_IMAGES = 'images ' ;
Original file line number Diff line number Diff line change 3
3
"description" : " " ,
4
4
"type" : " magento2-module" ,
5
5
"license" : " mit" ,
6
- "version" :" 9.2.1 " ,
6
+ "version" :" 9.2.2 " ,
7
7
"authors" : [
8
8
{
9
9
Original file line number Diff line number Diff line change 6
6
-->
7
7
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
8
8
xsi : noNamespaceSchemaLocation =" ../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd" >
9
- <module name =" Bitpay_BPCheckout" setup_version =" 9.2.1 " ></module >
9
+ <module name =" Bitpay_BPCheckout" setup_version =" 9.2.2 " ></module >
10
10
</config >
You can’t perform that action at this time.
0 commit comments