Use latest gateway token
This commit is contained in:
parent
0e963f9dce
commit
921748a443
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue