diff --git a/app/Ninja/PaymentDrivers/StripePaymentDriver.php b/app/Ninja/PaymentDrivers/StripePaymentDriver.php index ae0622238327..901d2a3071e3 100644 --- a/app/Ninja/PaymentDrivers/StripePaymentDriver.php +++ b/app/Ninja/PaymentDrivers/StripePaymentDriver.php @@ -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 {