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 655bdc0 commit c04d79bCopy full SHA for c04d79b
src/BitPaySDK/Client.php
@@ -65,7 +65,7 @@
65
* Class Client
66
* @package Bitpay
67
* @author Antonio Buedo
68
- * @version 7.2.0
+ * @version 7.3.0
69
* See bitpay.com/api for more information.
70
* date 15.11.2021
71
*/
src/BitPaySDK/Env.php
@@ -9,7 +9,7 @@ interface Env
9
const TestUrl = "https://test.bitpay.com/";
10
const ProdUrl = "https://bitpay.com/";
11
const BitpayApiVersion = "2.0.0";
12
- const BitpayPluginInfo = "BitPay_PHP_Client_v7.2.0";
+ const BitpayPluginInfo = "BitPay_PHP_Client_v7.3.0";
13
const BitpayApiFrame = "std";
14
const BitpayApiFrameVersion = "1.0.0";
15
}
0 commit comments