Skip to content

Commit b1a4910

Browse files
Merge branch '9.3.x' of github-sumoheavy:swlodarski-sumoheavy/php-bitpay-client-v2 into 9.3.x
2 parents c8dd05e + 9856f39 commit b1a4910

File tree

63 files changed

+2570
-2570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2570
-2570
lines changed

docs/classes/BitPaySDK-Client-BillClient.html

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

docs/classes/BitPaySDK-Client-InvoiceClient.html

Lines changed: 101 additions & 101 deletions
Large diffs are not rendered by default.

docs/classes/BitPaySDK-Client-LedgerClient.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
413413

414414
<code class="phpdocumentor-code phpdocumentor-signature ">
415415
<span class="phpdocumentor-signature__visibility">public</span>
416-
<span class="phpdocumentor-signature__name">get</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$currency</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$startDate</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$endDate</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, <a href="classes/BitPaySDK-Model-Ledger-LedgerEntry.html"><abbr title="\BitPaySDK\Model\Ledger\LedgerEntry">LedgerEntry</abbr></a>&gt;</span></code>
416+
<span class="phpdocumentor-signature__name">get</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$currency</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$startDate</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$endDate</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, <a href="classes/BitPaySDK-Model-Ledger-LedgerEntry.html"><abbr title="\BitPaySDK\Model\Ledger\LedgerEntry">LedgerEntry</abbr></a>&gt;</span></code>
417417

418418
<div class="phpdocumentor-label-line">
419419
</div>
@@ -422,26 +422,26 @@ <h4 class="phpdocumentor-element__name" id="method_get">
422422
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
423423
<dl class="phpdocumentor-argument-list">
424424
<dt class="phpdocumentor-argument-list__entry">
425-
<span class="phpdocumentor-signature__argument__name">$currency</span>
426-
: <span class="phpdocumentor-signature__argument__return-type">string</span>
425+
<span class="phpdocumentor-argument-list__argument__name">$currency</span>
426+
: <span class="phpdocumentor-argument-list__argument__type">string</span>
427427
</dt>
428428
<dd class="phpdocumentor-argument-list__definition">
429429
<section class="phpdocumentor-description"><p>The three digit currency string for the ledger to retrieve.</p>
430430
</section>
431431

432432
</dd>
433433
<dt class="phpdocumentor-argument-list__entry">
434-
<span class="phpdocumentor-signature__argument__name">$startDate</span>
435-
: <span class="phpdocumentor-signature__argument__return-type">string</span>
434+
<span class="phpdocumentor-argument-list__argument__name">$startDate</span>
435+
: <span class="phpdocumentor-argument-list__argument__type">string</span>
436436
</dt>
437437
<dd class="phpdocumentor-argument-list__definition">
438438
<section class="phpdocumentor-description"><p>The first date for the query filter.</p>
439439
</section>
440440

441441
</dd>
442442
<dt class="phpdocumentor-argument-list__entry">
443-
<span class="phpdocumentor-signature__argument__name">$endDate</span>
444-
: <span class="phpdocumentor-signature__argument__return-type">string</span>
443+
<span class="phpdocumentor-argument-list__argument__name">$endDate</span>
444+
: <span class="phpdocumentor-argument-list__argument__type">string</span>
445445
</dt>
446446
<dd class="phpdocumentor-argument-list__definition">
447447
<section class="phpdocumentor-description"><p>The last date for the query filter.</p>
@@ -509,7 +509,7 @@ <h4 class="phpdocumentor-element__name" id="method_getInstance">
509509

510510
<code class="phpdocumentor-code phpdocumentor-signature ">
511511
<span class="phpdocumentor-signature__visibility">public</span>
512-
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">getInstance</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/BitPaySDK-Tokens.html"><abbr title="\BitPaySDK\Tokens">Tokens</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$tokenCache</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/BitPaySDK-Util-RESTcli-RESTcli.html"><abbr title="\BitPaySDK\Util\RESTcli\RESTcli">RESTcli</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$restCli</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">static</span></code>
512+
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">getInstance</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><a href="classes/BitPaySDK-Tokens.html"><abbr title="\BitPaySDK\Tokens">Tokens</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$tokenCache</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type"><a href="classes/BitPaySDK-Util-RESTcli-RESTcli.html"><abbr title="\BitPaySDK\Util\RESTcli\RESTcli">RESTcli</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$restCli</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">static</span></code>
513513

514514
<div class="phpdocumentor-label-line">
515515
</div>
@@ -518,15 +518,15 @@ <h4 class="phpdocumentor-element__name" id="method_getInstance">
518518
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
519519
<dl class="phpdocumentor-argument-list">
520520
<dt class="phpdocumentor-argument-list__entry">
521-
<span class="phpdocumentor-signature__argument__name">$tokenCache</span>
522-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/BitPaySDK-Tokens.html"><abbr title="\BitPaySDK\Tokens">Tokens</abbr></a></span>
521+
<span class="phpdocumentor-argument-list__argument__name">$tokenCache</span>
522+
: <span class="phpdocumentor-argument-list__argument__type"><a href="classes/BitPaySDK-Tokens.html"><abbr title="\BitPaySDK\Tokens">Tokens</abbr></a></span>
523523
</dt>
524524
<dd class="phpdocumentor-argument-list__definition">
525525

526526
</dd>
527527
<dt class="phpdocumentor-argument-list__entry">
528-
<span class="phpdocumentor-signature__argument__name">$restCli</span>
529-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/BitPaySDK-Util-RESTcli-RESTcli.html"><abbr title="\BitPaySDK\Util\RESTcli\RESTcli">RESTcli</abbr></a></span>
528+
<span class="phpdocumentor-argument-list__argument__name">$restCli</span>
529+
: <span class="phpdocumentor-argument-list__argument__type"><a href="classes/BitPaySDK-Util-RESTcli-RESTcli.html"><abbr title="\BitPaySDK\Util\RESTcli\RESTcli">RESTcli</abbr></a></span>
530530
</dt>
531531
<dd class="phpdocumentor-argument-list__definition">
532532

@@ -630,7 +630,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
630630

631631
<code class="phpdocumentor-code phpdocumentor-signature ">
632632
<span class="phpdocumentor-signature__visibility">private</span>
633-
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/BitPaySDK-Tokens.html"><abbr title="\BitPaySDK\Tokens">Tokens</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$tokenCache</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/BitPaySDK-Util-RESTcli-RESTcli.html"><abbr title="\BitPaySDK\Util\RESTcli\RESTcli">RESTcli</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$restCli</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
633+
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><a href="classes/BitPaySDK-Tokens.html"><abbr title="\BitPaySDK\Tokens">Tokens</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$tokenCache</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type"><a href="classes/BitPaySDK-Util-RESTcli-RESTcli.html"><abbr title="\BitPaySDK\Util\RESTcli\RESTcli">RESTcli</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$restCli</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
634634

635635
<div class="phpdocumentor-label-line">
636636
</div>
@@ -639,15 +639,15 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
639639
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
640640
<dl class="phpdocumentor-argument-list">
641641
<dt class="phpdocumentor-argument-list__entry">
642-
<span class="phpdocumentor-signature__argument__name">$tokenCache</span>
643-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/BitPaySDK-Tokens.html"><abbr title="\BitPaySDK\Tokens">Tokens</abbr></a></span>
642+
<span class="phpdocumentor-argument-list__argument__name">$tokenCache</span>
643+
: <span class="phpdocumentor-argument-list__argument__type"><a href="classes/BitPaySDK-Tokens.html"><abbr title="\BitPaySDK\Tokens">Tokens</abbr></a></span>
644644
</dt>
645645
<dd class="phpdocumentor-argument-list__definition">
646646

647647
</dd>
648648
<dt class="phpdocumentor-argument-list__entry">
649-
<span class="phpdocumentor-signature__argument__name">$restCli</span>
650-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/BitPaySDK-Util-RESTcli-RESTcli.html"><abbr title="\BitPaySDK\Util\RESTcli\RESTcli">RESTcli</abbr></a></span>
649+
<span class="phpdocumentor-argument-list__argument__name">$restCli</span>
650+
: <span class="phpdocumentor-argument-list__argument__type"><a href="classes/BitPaySDK-Util-RESTcli-RESTcli.html"><abbr title="\BitPaySDK\Util\RESTcli\RESTcli">RESTcli</abbr></a></span>
651651
</dt>
652652
<dd class="phpdocumentor-argument-list__definition">
653653

0 commit comments

Comments
 (0)