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 db5f5f1 commit 1ad7b22Copy full SHA for 1ad7b22
phpdoc.dist.xml
@@ -10,7 +10,7 @@
10
<output>docs</output>
11
</paths>
12
13
- <version number="9.3.0">
+ <version number="9.3.1">
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.3.0";
+ public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.3.1";
21
public const BITPAY_API_FRAME = "std";
22
public const BITPAY_API_FRAME_VERSION = "1.0.0";
23
public const BITPAY_DATETIME_FORMAT = 'Y-m-d\TH:i:s\Z';
0 commit comments