We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c9366 commit d44c25eCopy full SHA for d44c25e
src/bitpay/config.py
@@ -5,6 +5,6 @@ class Config(Enum):
5
TEST_URL = "https://test.bitpay.com/"
6
PROD_URL = "https://bitpay.com/"
7
BITPAY_API_VERSION = "2.0.0"
8
- BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.0.3"
+ BITPAY_PLUGIN_INFO = "BitPay_Python_Client_v6.0.4"
9
BITPAY_API_FRAME = "std"
10
BITPAY_API_FRAME_VERSION = "1.0.0"
0 commit comments