File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 15
15
"bitpay/key-utils" : " ^1.0" ,
16
16
"php" : " ^7.1" ,
17
17
"guzzlehttp/guzzle" : " ^6.3" ,
18
- "ext-json" : " ^1.5 " ,
18
+ "ext-json" : " * " ,
19
19
"ext-reflection" : " *" ,
20
20
"symfony/yaml" : " ^3.0 || ^4.3"
21
21
},
Original file line number Diff line number Diff line change 44
44
* Class Client
45
45
* @package Bitpay
46
46
* @author Antonio Buedo
47
- * @version 3.5.2002
47
+ * @version 3.5.2002.1
48
48
* See bitpay.com/api for more information.
49
- * date 10.12.2019
49
+ * date 26.02.2020
50
50
*/
51
51
class Client
52
52
{
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ interface Env
11
11
const TestUrl = "https://test.bitpay.com/ " ;
12
12
const ProdUrl = "https://bitpay.com/ " ;
13
13
const BitpayApiVersion = "2.0.0 " ;
14
- const BitpayPluginInfo = "BitPay_PHP_Client_v3.5.2002 " ;
14
+ const BitpayPluginInfo = "BitPay_PHP_Client_v3.5.2002.1 " ;
15
15
const BitpayApiFrame = "custom " ;
16
16
const BitpayApiFrameVersion = "1.0.0 " ;
17
17
}
Original file line number Diff line number Diff line change @@ -475,7 +475,6 @@ public function setRefundInfo(RefundInfo $refundInfo)
475
475
/**
476
476
* PaymentCodes will be deprecated TODO on version 4.0
477
477
*
478
- * @var array
479
478
* @deprecated
480
479
*/
481
480
public function getPaymentCodes ()
You can’t perform that action at this time.
0 commit comments