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 ed2b78d commit 44b872bCopy full SHA for 44b872b
phpdoc.dist.xml
@@ -10,7 +10,7 @@
10
<output>docs</output>
11
</paths>
12
13
- <version number="9.0.4">
+ <version number="9.1.0">
14
<api format="php">
15
<source dsn=".">
16
<path>src</path>
src/BitPaySDK/Env.php
@@ -17,7 +17,7 @@ interface Env
17
public const TEST_URL = "https://test.bitpay.com/";
18
public const PROD_URL = "https://bitpay.com/";
19
public const BITPAY_API_VERSION = "2.0.0";
20
- public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.0.4";
+ public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.1.0";
21
public const BITPAY_API_FRAME = "std";
22
public const BITPAY_API_FRAME_VERSION = "1.0.0";
23
}
0 commit comments