File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ <h4 id="toc-constants">
216
216
< dt class ="phpdocumentor-table-of-contents__entry -constant -public ">
217
217
< a class ="" href ="classes/BitPaySDK-Env.html#constant_BITPAY_PLUGIN_INFO "> BITPAY_PLUGIN_INFO</ a >
218
218
< span >
219
- = "BitPay_PHP_Client_v9.1.0 " </ span >
219
+ = "BitPay_PHP_Client_v9.1.1 " </ span >
220
220
</ dt >
221
221
222
222
< dt class ="phpdocumentor-table-of-contents__entry -constant -public ">
@@ -371,7 +371,7 @@ <h4 class="phpdocumentor-element__name" id="constant_BITPAY_PLUGIN_INFO">
371
371
< span class ="phpdocumentor-signature__visibility "> public</ span >
372
372
< span class ="phpdocumentor-signature__type "> mixed</ span >
373
373
< span class ="phpdocumentor-signature__name "> BITPAY_PLUGIN_INFO</ span >
374
- = < span class ="phpdocumentor-signature__default-value "> "BitPay_PHP_Client_v9.1.0 "</ span >
374
+ = < span class ="phpdocumentor-signature__default-value "> "BitPay_PHP_Client_v9.1.1 "</ span >
375
375
</ code >
376
376
377
377
Original file line number Diff line number Diff line change 10
10
<output >docs</output >
11
11
</paths >
12
12
13
- <version number =" 9.1.0 " >
13
+ <version number =" 9.1.1 " >
14
14
<api format =" php" >
15
15
<source dsn =" ." >
16
16
<path >src</path >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ interface Env
17
17
public const TEST_URL = "https://test.bitpay.com/ " ;
18
18
public const PROD_URL = "https://bitpay.com/ " ;
19
19
public const BITPAY_API_VERSION = "2.0.0 " ;
20
- public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.1.0 " ;
20
+ public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.1.1 " ;
21
21
public const BITPAY_API_FRAME = "std " ;
22
22
public const BITPAY_API_FRAME_VERSION = "1.0.0 " ;
23
23
}
You can’t perform that action at this time.
0 commit comments