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 12096ef commit ff71c29Copy full SHA for ff71c29
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.2";
+ public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.3.0";
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