diff --git a/composer.lock b/composer.lock index 496eae5f..dabc30fe 100644 --- a/composer.lock +++ b/composer.lock @@ -691,16 +691,16 @@ }, { "name": "symfony/console", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91" + "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91", - "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91", + "url": "https://api.github.com/repos/symfony/console/zipball/6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9", + "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9", "shasum": "" }, "require": { @@ -765,7 +765,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.8" + "source": "https://github.com/symfony/console/tree/v6.4.9" }, "funding": [ { @@ -781,7 +781,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-28T09:49:33+00:00" }, { "name": "symfony/deprecation-contracts", @@ -1968,16 +1968,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.21", + "version": "10.5.26", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ac837816fa52078f7a5e17ed774f256a72a51af6" + "reference": "42e2f13ceaa2e34461bc89bea75407550b40b2aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ac837816fa52078f7a5e17ed774f256a72a51af6", - "reference": "ac837816fa52078f7a5e17ed774f256a72a51af6", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/42e2f13ceaa2e34461bc89bea75407550b40b2aa", + "reference": "42e2f13ceaa2e34461bc89bea75407550b40b2aa", "shasum": "" }, "require": { @@ -2049,7 +2049,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.21" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.26" }, "funding": [ { @@ -2065,7 +2065,7 @@ "type": "tidelift" } ], - "time": "2024-06-15T09:13:15+00:00" + "time": "2024-07-08T05:30:46+00:00" }, { "name": "sebastian/cli-parser", diff --git a/docs/classes/BitPaySDK-Client-BillClient.html b/docs/classes/BitPaySDK-Client-BillClient.html index b599bbd5..1e6cec63 100644 --- a/docs/classes/BitPaySDK-Client-BillClient.html +++ b/docs/classes/BitPaySDK-Client-BillClient.html @@ -157,6 +157,7 @@
private
static self|null
@@ -357,6 +359,7 @@
+
private
RESTcli
@@ -392,6 +395,7 @@
+
private
Tokens
@@ -440,6 +444,7 @@
+
Parameters
-
@@ -531,6 +536,7 @@
+
Parameters
-
@@ -622,6 +628,7 @@
+
Parameters
-
@@ -713,6 +720,7 @@
+
Parameters
-
@@ -786,6 +794,7 @@
+
Parameters
-
@@ -841,6 +850,7 @@
+
Parameters
-
@@ -922,6 +932,7 @@
+
Parameters
-
@@ -972,6 +983,7 @@
+
Parameters
-
@@ -1129,23 +1141,23 @@
Return values
- Properties
-
- - $instance
- - $restCli
- - $tokenCache
+ - $instance
+ - $restCli
+ - $tokenCache
- Methods
-
- - create()
- - deliver()
- - get()
- - getBills()
- - getInstance()
- - update()
- - __construct()
- - mapJsonToBillClass()
+ - create()
+ - deliver()
+ - get()
+ - getBills()
+ - getInstance()
+ - update()
+ - __construct()
+ - mapJsonToBillClass()
diff --git a/docs/classes/BitPaySDK-Client-InvoiceClient.html b/docs/classes/BitPaySDK-Client-InvoiceClient.html
index e899c58f..9e2e9ab5 100644
--- a/docs/classes/BitPaySDK-Client-InvoiceClient.html
+++ b/docs/classes/BitPaySDK-Client-InvoiceClient.html
@@ -157,6 +157,7 @@
+
Tags
@@ -208,19 +209,19 @@
-
- $instance
+ $instance
: self|null
-
- $restCli
+ $restCli
: RESTcli
-
- $tokenCache
+ $tokenCache
: Tokens
@@ -234,28 +235,28 @@
-
- cancel()
+ cancel()
: Invoice
- Cancel a BitPay invoice.
-
- cancelByGuid()
+ cancelByGuid()
: Invoice
- Cancel a BitPay invoice.
-
- create()
+ create()
: Invoice
- Create a BitPay invoice.
-
- get()
+ get()
: Invoice
@@ -263,61 +264,61 @@
authorized for the specified facade (the public facade requires no authorization).
-
- getByGuid()
+ getByGuid()
: Invoice
-
- getInstance()
+ getInstance()
: static
- Factory method for Invoice Client.
-
- getInvoices()
+ getInvoices()
: array<string|int, Invoice>
- Retrieve a collection of BitPay invoices.
-
- pay()
+ pay()
: Invoice
- Pay an invoice with a mock transaction
-
- requestNotification()
+ requestNotification()
: bool
- Request a BitPay Invoice Webhook.
-
- update()
+ update()
: Invoice
- Update a BitPay invoice.
-
- __construct()
+ __construct()
: mixed
-
- validateBuyerEmailAndSms()
+ validateBuyerEmailAndSms()
: void
- Check if buyerEmail or buyerSms is present, and not both.
-
- validateSmsCode()
+ validateSmsCode()
: void
@@ -358,6 +359,7 @@
+
private
static self|null
@@ -393,6 +395,7 @@
+
private
RESTcli
@@ -428,6 +431,7 @@
+
private
Tokens
@@ -476,6 +480,7 @@
+
Parameters
-
@@ -560,6 +565,7 @@
+
Parameters
-
@@ -644,6 +650,7 @@
+
Parameters
-
@@ -736,6 +743,7 @@
+
Parameters
-
@@ -826,6 +834,7 @@
+
Parameters
-
@@ -911,6 +920,7 @@
+
Parameters
-
@@ -966,6 +976,7 @@
+
Parameters
-
@@ -1085,6 +1096,7 @@
+
Parameters
-
@@ -1171,6 +1183,7 @@
+
Parameters
-
@@ -1248,6 +1261,7 @@
+
Parameters
-
@@ -1356,6 +1370,7 @@
+
Parameters
-
@@ -1406,6 +1421,7 @@
+
Updating the invoice will require EITHER SMS or E-mail, but not both.
@@ -1478,6 +1494,7 @@
+
smsCode required only when verifying SMS, except when autoVerify is true.
@@ -1646,28 +1663,28 @@
- Properties
-
- - $instance
- - $restCli
- - $tokenCache
+ - $instance
+ - $restCli
+ - $tokenCache
- Methods
-
- - cancel()
- - cancelByGuid()
- - create()
- - get()
- - getByGuid()
- - getInstance()
- - getInvoices()
- - pay()
- - requestNotification()
- - update()
- - __construct()
- - validateBuyerEmailAndSms()
- - validateSmsCode()
+ - cancel()
+ - cancelByGuid()
+ - create()
+ - get()
+ - getByGuid()
+ - getInstance()
+ - getInvoices()
+ - pay()
+ - requestNotification()
+ - update()
+ - __construct()
+ - validateBuyerEmailAndSms()
+ - validateSmsCode()
diff --git a/docs/classes/BitPaySDK-Client-LedgerClient.html b/docs/classes/BitPaySDK-Client-LedgerClient.html
index 7c9383c7..c9eb47e5 100644
--- a/docs/classes/BitPaySDK-Client-LedgerClient.html
+++ b/docs/classes/BitPaySDK-Client-LedgerClient.html
@@ -157,6 +157,7 @@
+
Tags
@@ -208,19 +209,19 @@
-
- $instance
+ $instance
: self|null
-
- $restCli
+ $restCli
: RESTcli
-
- $tokenCache
+ $tokenCache
: Tokens
@@ -234,28 +235,28 @@
-
- get()
+ get()
: array<string|int, LedgerEntry>
- Retrieve a list of ledgers by date range using the merchant facade.
-
- getInstance()
+ getInstance()
: static
- Factory method for Ledger Client.
-
- getLedgers()
+ getLedgers()
: array<string|int, Ledger>
- Retrieve a list of ledgers using the merchant facade.
-
- __construct()
+ __construct()
: mixed
@@ -295,6 +296,7 @@
+
private
static self|null
@@ -330,6 +332,7 @@
+
private
RESTcli
@@ -365,6 +368,7 @@
+
private
Tokens
@@ -413,6 +417,7 @@
+
Parameters
-
@@ -508,6 +513,7 @@
+
Parameters
-
@@ -565,6 +571,7 @@
+
Tags
@@ -627,6 +634,7 @@
+
Parameters
-
@@ -764,19 +772,19 @@
Parameters
- Properties
-
- - $instance
- - $restCli
- - $tokenCache
+ - $instance
+ - $restCli
+ - $tokenCache
- Methods
-
- - get()
- - getInstance()
- - getLedgers()
- - __construct()
+ - get()
+ - getInstance()
+ - getLedgers()
+ - __construct()
diff --git a/docs/classes/BitPaySDK-Client-PayoutClient.html b/docs/classes/BitPaySDK-Client-PayoutClient.html
index 17b43a5b..bc1b3887 100644
--- a/docs/classes/BitPaySDK-Client-PayoutClient.html
+++ b/docs/classes/BitPaySDK-Client-PayoutClient.html
@@ -157,6 +157,7 @@
+
Tags
@@ -208,19 +209,19 @@
-
- $instance
+ $instance
: self|null
-
- $restCli
+ $restCli
: RESTcli
-
- $tokenCache
+ $tokenCache
: Tokens
@@ -234,26 +235,26 @@
-
- cancel()
+ cancel()
: bool
- Cancel a BitPay Payout.
-
- cancelGroup()
+ cancelGroup()
: PayoutGroup
-
- createGroup()
+ createGroup()
: PayoutGroup
-
- get()
+ get()
: Payout
@@ -261,41 +262,41 @@
for the payout facade.
-
- getInstance()
+ getInstance()
: static
- Factory method for Payout Client.
-
- getPayouts()
+ getPayouts()
: array<string|int, Payout>
- Retrieve a collection of BitPay payouts.
-
- requestNotification()
+ requestNotification()
: bool
- Notify BitPay Payout.
-
- submit()
+ submit()
: Payout
- Submit a BitPay Payout.
-
- __construct()
+ __construct()
: mixed
-
- getPayoutGroupResponse()
+ getPayoutGroupResponse()
: PayoutGroup
@@ -335,6 +336,7 @@
+
private
static self|null
@@ -370,6 +372,7 @@
+
private
RESTcli
@@ -405,6 +408,7 @@
+
private
Tokens
@@ -453,6 +457,7 @@
+
Parameters
-
@@ -525,6 +530,7 @@
+
Parameters
-
@@ -595,6 +601,7 @@
+
Parameters
-
@@ -667,6 +674,7 @@
+
Parameters
-
@@ -740,6 +748,7 @@
+
Parameters
-
@@ -795,6 +804,7 @@
+
Parameters
-
@@ -914,6 +924,7 @@
+
Parameters
-
@@ -987,6 +998,7 @@
+
Parameters
-
@@ -1059,6 +1071,7 @@
+
Parameters
-
@@ -1109,6 +1122,7 @@
+
Parameters
-
@@ -1267,25 +1281,25 @@
Return values
- Properties
-
- - $instance
- - $restCli
- - $tokenCache
+ - $instance
+ - $restCli
+ - $tokenCache
- Methods
-
- - cancel()
- - cancelGroup()
- - createGroup()
- - get()
- - getInstance()
- - getPayouts()
- - requestNotification()
- - submit()
- - __construct()
- - getPayoutGroupResponse()
+ - cancel()
+ - cancelGroup()
+ - createGroup()
+ - get()
+ - getInstance()
+ - getPayouts()
+ - requestNotification()
+ - submit()
+ - __construct()
+ - getPayoutGroupResponse()
diff --git a/docs/classes/BitPaySDK-Client-PayoutRecipientsClient.html b/docs/classes/BitPaySDK-Client-PayoutRecipientsClient.html
index 11c80465..eb561fd0 100644
--- a/docs/classes/BitPaySDK-Client-PayoutRecipientsClient.html
+++ b/docs/classes/BitPaySDK-Client-PayoutRecipientsClient.html
@@ -157,6 +157,7 @@
+
Tags
@@ -208,19 +209,19 @@
-
- $instance
+ $instance
: self|null
-
- $restCli
+ $restCli
: RESTcli
-
- $tokenCache
+ $tokenCache
: Tokens
@@ -234,14 +235,14 @@
-
- delete()
+ delete()
: bool
- Delete a Payout Recipient.
-
- get()
+ get()
: PayoutRecipient
@@ -249,42 +250,42 @@
payout facade.
-
- getInstance()
+ getInstance()
: static
- Factory method for Payout Recipients Client.
-
- getPayoutRecipients()
+ getPayoutRecipients()
: array<string|int, PayoutRecipient>
- Retrieve a collection of BitPay Payout Recipients.
-
- requestNotification()
+ requestNotification()
: bool
- Notify BitPay Payout Recipient.
-
- submit()
+ submit()
: array<string|int, PayoutRecipients>
- Submit BitPay Payout Recipients.
-
- update()
+ update()
: PayoutRecipient
- Update a Payout Recipient.
-
- __construct()
+ __construct()
: mixed
@@ -324,6 +325,7 @@
+
private
static self|null
@@ -359,6 +361,7 @@
+
private
RESTcli
@@ -394,6 +397,7 @@
+
private
Tokens
@@ -442,6 +446,7 @@
+
Parameters
-
@@ -520,6 +525,7 @@
+
Parameters
-
@@ -593,6 +599,7 @@
+
Parameters
-
@@ -648,6 +655,7 @@
+
Parameters
-
@@ -740,6 +748,7 @@
+
Parameters
-
@@ -817,6 +826,7 @@
+
Parameters
-
@@ -894,6 +904,7 @@
+
Parameters
-
@@ -975,6 +986,7 @@
+
Parameters
-
@@ -1112,23 +1124,23 @@
Parameters
- Properties
-
- - $instance
- - $restCli
- - $tokenCache
+ - $instance
+ - $restCli
+ - $tokenCache
- Methods
-
diff --git a/docs/classes/BitPaySDK-Client-RateClient.html b/docs/classes/BitPaySDK-Client-RateClient.html
index 42a1fefb..26e1fd0b 100644
--- a/docs/classes/BitPaySDK-Client-RateClient.html
+++ b/docs/classes/BitPaySDK-Client-RateClient.html
@@ -157,6 +157,7 @@
+
Tags
@@ -208,13 +209,13 @@
-
- $instance
+ $instance
: self|null
-
- $restCli
+ $restCli
: RESTcli
@@ -228,35 +229,35 @@
-
- getCurrencyPairRate()
+ getCurrencyPairRate()
: Rate
- Retrieve the rate for a cryptocurrency / fiat pair
-
- getCurrencyRates()
+ getCurrencyRates()
: Rates
- Retrieve all the rates for a given cryptocurrency
-
- getInstance()
+ getInstance()
: static
- Factory method for Rate Client.
-
- getRates()
+ getRates()
: Rates
- Retrieve the exchange rate table maintained by BitPay. See https://bitpay.com/bitcoin-exchange-rates.
-
- __construct()
+ __construct()
: mixed
@@ -296,6 +297,7 @@
+
private
static self|null
@@ -331,6 +333,7 @@
+
private
RESTcli
@@ -379,6 +382,7 @@
+
Parameters
-
@@ -466,6 +470,7 @@
+
Parameters
-
@@ -544,6 +549,7 @@
+
Parameters
-
@@ -594,6 +600,7 @@
+
Tags
@@ -652,6 +659,7 @@
+
Parameters
-
@@ -782,19 +790,19 @@
Parameters
- Properties
-
- Methods
-
diff --git a/docs/classes/BitPaySDK-Client-RefundClient.html b/docs/classes/BitPaySDK-Client-RefundClient.html
index 4a5f74ac..d7b2b50b 100644
--- a/docs/classes/BitPaySDK-Client-RefundClient.html
+++ b/docs/classes/BitPaySDK-Client-RefundClient.html
@@ -157,6 +157,7 @@
+
Tags
@@ -208,19 +209,19 @@
-
- $instance
+ $instance
: self|null
-
- $restCli
+ $restCli
: RESTcli
-
- $tokenCache
+ $tokenCache
: Tokens
@@ -234,77 +235,77 @@
-
- cancel()
+ cancel()
: Refund
- Cancel a previously submitted refund request on a BitPay invoice.
-
- cancelByGuid()
+ cancelByGuid()
: Refund
- Cancel a previously submitted refund request on a BitPay invoice.
-
- create()
+ create()
: Refund
- Create a refund for a BitPay invoice.
-
- get()
+ get()
: Refund
- Retrieve a previously made refund request on a BitPay invoice.
-
- getByGuid()
+ getByGuid()
: Refund
- Retrieve a previously made refund request on a BitPay invoice by guid.
-
- getInstance()
+ getInstance()
: static
- Factory method for Bill Client.
-
- getRefunds()
+ getRefunds()
: array<string|int, Refund>
- Retrieve all refund requests on a BitPay invoice.
-
- sendNotification()
+ sendNotification()
: bool
- Send a refund notification.
-
- update()
+ update()
: Refund
- Update the status of a BitPay invoice.
-
- updateByGuid()
+ updateByGuid()
: Refund
- Update the status of a BitPay invoice.
-
- __construct()
+ __construct()
: mixed
@@ -344,6 +345,7 @@
+
private
static self|null
@@ -379,6 +381,7 @@
+
private
RESTcli
@@ -414,6 +417,7 @@
+
private
Tokens
@@ -462,6 +466,7 @@
+
Parameters
-
@@ -539,6 +544,7 @@
+
Parameters
-
@@ -624,6 +630,7 @@
+
Parameters
-
@@ -771,6 +778,7 @@
+
Parameters
-
@@ -848,6 +856,7 @@
+
Parameters
-
@@ -933,6 +942,7 @@
+
Parameters
-
@@ -988,6 +998,7 @@
+
Parameters
-
@@ -1061,6 +1072,7 @@
+
Parameters
-
@@ -1138,6 +1150,7 @@
+
Parameters
-
@@ -1224,6 +1237,7 @@
+
Parameters
-
@@ -1317,6 +1331,7 @@
+
Parameters
-
@@ -1454,26 +1469,26 @@
Parameters
- Properties
-
- - $instance
- - $restCli
- - $tokenCache
+ - $instance
+ - $restCli
+ - $tokenCache
- Methods
-
- - cancel()
- - cancelByGuid()
- - create()
- - get()
- - getByGuid()
- - getInstance()
- - getRefunds()
- - sendNotification()
- - update()
- - updateByGuid()
- - __construct()
+ - cancel()
+ - cancelByGuid()
+ - create()
+ - get()
+ - getByGuid()
+ - getInstance()
+ - getRefunds()
+ - sendNotification()
+ - update()
+ - updateByGuid()
+ - __construct()
diff --git a/docs/classes/BitPaySDK-Client-SettlementClient.html b/docs/classes/BitPaySDK-Client-SettlementClient.html
index 510974b8..a3083322 100644
--- a/docs/classes/BitPaySDK-Client-SettlementClient.html
+++ b/docs/classes/BitPaySDK-Client-SettlementClient.html
@@ -157,6 +157,7 @@
+
Tags
@@ -208,19 +209,19 @@
-
- $instance
+ $instance
: self|null
-
- $restCli
+ $restCli
: RESTcli
-
- $tokenCache
+ $tokenCache
: Tokens
@@ -234,35 +235,35 @@
-
- get()
+ get()
: Settlement
- Retrieves a summary of the specified settlement.
-
- getInstance()
+ getInstance()
: static
- Factory method for Settlements Client.
-
- getReconciliationReport()
+ getReconciliationReport()
: Settlement
- Gets a detailed reconciliation report of the activity within the settlement period.
-
- getSettlements()
+ getSettlements()
: array<string|int, Settlement>
- Retrieves settlement reports for the calling merchant filtered by query.
-
- __construct()
+ __construct()
: mixed
@@ -302,6 +303,7 @@
+
private
static self|null
@@ -337,6 +339,7 @@
+
private
RESTcli
@@ -372,6 +375,7 @@
+
private
Tokens
@@ -420,6 +424,7 @@
+
Parameters
-
@@ -493,6 +498,7 @@
+
Parameters