Fix Bitcoin amount

This commit is contained in:
Hillel Coren 2017-12-14 13:39:32 +02:00
parent 980c382f79
commit e4bfc75cff

View File

@ -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 {