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 679bb74 commit 95a3222Copy full SHA for 95a3222
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.2.0";
+ public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.2.1";
21
public const BITPAY_API_FRAME = "std";
22
public const BITPAY_API_FRAME_VERSION = "1.0.0";
23
}
0 commit comments