From 5d2c66486ba010afadacb9af1b4a021506a66ee0 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Mon, 4 Oct 2021 17:34:21 +0200 Subject: [PATCH] Add SEPA-Payment --- app/PaymentDrivers/StripeConnectPaymentDriver.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/PaymentDrivers/StripeConnectPaymentDriver.php b/app/PaymentDrivers/StripeConnectPaymentDriver.php index 2a64438271bb..9199391185a2 100644 --- a/app/PaymentDrivers/StripeConnectPaymentDriver.php +++ b/app/PaymentDrivers/StripeConnectPaymentDriver.php @@ -28,6 +28,7 @@ use App\PaymentDrivers\Stripe\Alipay; use App\PaymentDrivers\Stripe\Charge; use App\PaymentDrivers\Stripe\CreditCard; use App\PaymentDrivers\Stripe\SOFORT; +use App\PaymentDrivers\Stripe\SEPA; use App\PaymentDrivers\Stripe\Utilities; use App\Utils\Traits\MakesHash; use Exception;