mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix Bitcoin amount
This commit is contained in:
parent
980c382f79
commit
e4bfc75cff
@ -408,7 +408,7 @@ class StripePaymentDriver extends BasePaymentDriver
|
|||||||
'account' => $this->account(),
|
'account' => $this->account(),
|
||||||
'invitation' => $this->invitation,
|
'invitation' => $this->invitation,
|
||||||
'invoiceNumber' => $invoiceNumber,
|
'invoiceNumber' => $invoiceNumber,
|
||||||
'amount' => $amount,
|
'amount' => $this->invoice()->getRequestedAmount(),
|
||||||
'source' => $response,
|
'source' => $response,
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user