mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 23:22:52 +01:00
Fixes for new payment flow
This commit is contained in:
parent
cba76cd608
commit
35c79dbc50
@ -142,7 +142,7 @@ class SEPA implements LivewireMethodInterface
|
||||
'company_id' => $this->stripe->client->company_id,
|
||||
])->first();
|
||||
|
||||
if($token) {
|
||||
if ($token) {
|
||||
return $token;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user