File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bitpay"
7- version = " 6.0.0 "
7+ version = " 6.0.1 "
88authors = [
99 { name =" Antonio Buedo" , email =" sales-engineering@bitpay.com" },
1010]
Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ def __init__(
6161 )
6262
6363 @staticmethod
64- def create_pos_client (self , pos_token : str , environment : Environment = Environment .PROD ): # type: ignore
64+ def create_pos_client (pos_token : str , environment : Environment = Environment .PROD ): # type: ignore
6565 token_container = TokenContainer ()
6666 token_container .add_pos (pos_token )
6767
68- bitpay_client = BitPayClient (self .get_base_url (environment ))
68+ bitpay_client = BitPayClient (Client .get_base_url (environment ))
6969
7070 return Client (bitpay_client , token_container , GuidGenerator ())
7171
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ class Config(Enum):
55 TEST_URL = "https://test.bitpay.com/"
66 PROD_URL = "https://bitpay.com/"
77 BITPAY_API_VERSION = "2.0.0"
8- BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.0.0 "
8+ BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.0.1 "
99 BITPAY_API_FRAME = "std"
1010 BITPAY_API_FRAME_VERSION = "1.0.0"
You can’t perform that action at this time.
0 commit comments