Fixes for new payment flow

This commit is contained in:
David Bomba 2024-09-04 13:50:37 +10:00
parent cba76cd608
commit 35c79dbc50
4 changed files with 9 additions and 9 deletions

View File

@ -142,7 +142,7 @@ class SEPA implements LivewireMethodInterface
'company_id' => $this->stripe->client->company_id, 'company_id' => $this->stripe->client->company_id,
])->first(); ])->first();
if($token) { if ($token) {
return $token; return $token;
} }