Skip to content

Commit 3b677e2

Browse files
authored
Merge pull request #386 from bobbrodie/9.3.x
#385 Prepare v9.3.0
2 parents 12096ef + b514895 commit 3b677e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/classes/BitPaySDK-Env.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ <h4 id="toc-constants">
222222
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
223223
<a class="" href="classes/BitPaySDK-Env.html#constant_BITPAY_PLUGIN_INFO">BITPAY_PLUGIN_INFO</a>
224224
<span>
225-
&nbsp;= &quot;BitPay_PHP_Client_v9.2.2&quot; </span>
225+
&nbsp;= &quot;BitPay_PHP_Client_v9.3.0&quot; </span>
226226
</dt>
227227

228228
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
@@ -408,7 +408,7 @@ <h4 class="phpdocumentor-element__name" id="constant_BITPAY_PLUGIN_INFO">
408408
<span class="phpdocumentor-signature__visibility">public</span>
409409
<span class="phpdocumentor-signature__type">mixed</span>
410410
<span class="phpdocumentor-signature__name">BITPAY_PLUGIN_INFO</span>
411-
= <span class="phpdocumentor-signature__default-value">&quot;BitPay_PHP_Client_v9.2.2&quot;</span>
411+
= <span class="phpdocumentor-signature__default-value">&quot;BitPay_PHP_Client_v9.3.0&quot;</span>
412412
</code>
413413

414414

src/BitPaySDK/Env.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface Env
1717
public const TEST_URL = "https://test.bitpay.com/";
1818
public const PROD_URL = "https://bitpay.com/";
1919
public const BITPAY_API_VERSION = "2.0.0";
20-
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.2.2";
20+
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.3.0";
2121
public const BITPAY_API_FRAME = "std";
2222
public const BITPAY_API_FRAME_VERSION = "1.0.0";
2323
public const BITPAY_DATETIME_FORMAT = 'Y-m-d\TH:i:s\Z';

0 commit comments

Comments
 (0)