Skip to content

Commit

Permalink
#v1.0.1911.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Buedo authored Nov 6, 2019
1 parent 661f4d9 commit 5ad7aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BitPaySDKLight/Model/Invoice/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ public function toArray()
'minerFees' => $this->getMinerFees()->toArray(),
'shopper' => $this->getShopper()->toArray(),
'billId' => $this->getBillId(),
'refundInfo' => $this->getRefundInfo(),
'refundInfo' => $this->getRefundInfo()->toArray(),
'paymentCodes' => $this->getPaymentCodes()->toArray(),
'extendedNotifications' => $this->getExtendedNotifications(),
'transactionCurrency' => $this->getTransactionCurrency(),
Expand Down

0 comments on commit 5ad7aa4

Please sign in to comment.