File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 1- """
2- Class Client
3- package Bitpay
4- author Antonio Buedo
5- version 4.0.1
6- See https://developer.bitpay.com/reference/concepts for more information.
7- """
8-
91import os
102import json
113from typing import List , Optional
4739
4840
4941class Client :
50- """
51- * Class Client
52- * @package Bitpay
53- * @author Antonio Buedo
54- * @version 4.0.0
55- * See https://developer.bitpay.com/reference/concepts for more information.
56- """
57-
5842 __bitpay_client : BitPayClient
5943 __token_container : TokenContainer
6044 __guid_generator : GuidGenerator
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_v4 .0.1 "
8+ BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6 .0.0 "
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