Fix Bitcoin amount
This commit is contained in:
parent
980c382f79
commit
e4bfc75cff
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ class StripePaymentDriver extends BasePaymentDriver
|
|||
'account' => $this->account(),
|
||||
'invitation' => $this->invitation,
|
||||
'invoiceNumber' => $invoiceNumber,
|
||||
'amount' => $amount,
|
||||
'amount' => $this->invoice()->getRequestedAmount(),
|
||||
'source' => $response,
|
||||
]);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue