mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:54:41 -04: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,
|
'company_id' => $this->stripe->client->company_id,
|
||||||
])->first();
|
])->first();
|
||||||
|
|
||||||
if($token) {
|
if ($token) {
|
||||||
return $token;
|
return $token;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user