Skip to content

Commit

Permalink
SP-735 Type Review: PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarzybok-sumoheavy committed Dec 11, 2023
1 parent 6b2be56 commit ae3eb4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/BitPaySDK/Model/Invoice/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ public function getExceptionStatus(): string|null
* "paidPartial": (string) if the consumer did not send enough funds when paying the invoice.
* "paidOver": (string) if the consumer sent to much funds when paying the invoice.
*
* @param string|null $exceptionStatus this parameter will indicate if the purchaser sent too much or not enough funds
* @param string|null $exceptionStatus parameter will indicate if the purchaser sent too much or not enough funds
*/
public function setExceptionStatus(string|null $exceptionStatus): void
{
Expand Down
5 changes: 0 additions & 5 deletions src/BitPaySDK/Model/Payout/RecipientWebhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,4 @@ public function setShopperId(?string $shopperId): void
{
$this->shopperId = $shopperId;
}





}

0 comments on commit ae3eb4e

Please sign in to comment.