diff --git a/app/Ninja/PaymentDrivers/BasePaymentDriver.php b/app/Ninja/PaymentDrivers/BasePaymentDriver.php index daa50f0ff42c..5bca9677934a 100644 --- a/app/Ninja/PaymentDrivers/BasePaymentDriver.php +++ b/app/Ninja/PaymentDrivers/BasePaymentDriver.php @@ -596,6 +596,7 @@ class BasePaymentDriver $this->customer = AccountGatewayToken::clientAndGateway($clientId, $this->accountGateway->id) ->with('payment_methods') + ->orderBy('id', 'desc') ->first(); if ($this->customer && $this->invitation) {