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 2fccd99 commit 4a5f996Copy full SHA for 4a5f996
src/Env.ts
@@ -3,7 +3,7 @@ export const Prod = 'PROD';
3
export const TestUrl = 'https://test.bitpay.com/';
4
export const ProdUrl = 'https://bitpay.com/';
5
export const BitpayApiVersion = '2.0.0';
6
-export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.2.0';
+export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.2.1';
7
export const BitpayApiFrame = 'std';
8
export const BitpayApiFrameVersion = '1.0.0';
9
0 commit comments