mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fix little bug
This commit is contained in:
parent
d709041ff9
commit
e9537b4d80
@ -24,7 +24,7 @@ use App\Models\PaymentType;
|
|||||||
use App\Models\SystemLog;
|
use App\Models\SystemLog;
|
||||||
use App\Exceptions\PaymentFailed;
|
use App\Exceptions\PaymentFailed;
|
||||||
|
|
||||||
class SEPA implements MethodInterface
|
class SEPA
|
||||||
{
|
{
|
||||||
/** @var StripePaymentDriver */
|
/** @var StripePaymentDriver */
|
||||||
public StripePaymentDriver $stripe;
|
public StripePaymentDriver $stripe;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user