Skip to content

Commit aedf005

Browse files
author
Antonio Buedo
authored
#v3.5.2002.1-rc - Minor updates (#38)
- Code cleaning - Composer update
1 parent b620816 commit aedf005

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"bitpay/key-utils": "^1.0",
1616
"php": "^7.1",
1717
"guzzlehttp/guzzle": "^6.3",
18-
"ext-json": "^1.5",
18+
"ext-json": "*",
1919
"ext-reflection": "*",
2020
"symfony/yaml": "^3.0 || ^4.3"
2121
},

src/BitPaySDK/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
* Class Client
4545
* @package Bitpay
4646
* @author Antonio Buedo
47-
* @version 3.5.2002
47+
* @version 3.5.2002.1
4848
* See bitpay.com/api for more information.
49-
* date 10.12.2019
49+
* date 26.02.2020
5050
*/
5151
class Client
5252
{

src/BitPaySDK/Env.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface Env
1111
const TestUrl = "https://test.bitpay.com/";
1212
const ProdUrl = "https://bitpay.com/";
1313
const BitpayApiVersion = "2.0.0";
14-
const BitpayPluginInfo = "BitPay_PHP_Client_v3.5.2002";
14+
const BitpayPluginInfo = "BitPay_PHP_Client_v3.5.2002.1";
1515
const BitpayApiFrame = "custom";
1616
const BitpayApiFrameVersion = "1.0.0";
1717
}

src/BitPaySDK/Model/Invoice/Invoice.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ public function setRefundInfo(RefundInfo $refundInfo)
475475
/**
476476
* PaymentCodes will be deprecated TODO on version 4.0
477477
*
478-
* @var array
479478
* @deprecated
480479
*/
481480
public function getPaymentCodes()

0 commit comments

Comments
 (0)