diff --git a/app/PaymentDrivers/Stripe/Charge.php b/app/PaymentDrivers/Stripe/Charge.php index a5b9bf6a0211..99e838cd617f 100644 --- a/app/PaymentDrivers/Stripe/Charge.php +++ b/app/PaymentDrivers/Stripe/Charge.php @@ -149,7 +149,7 @@ class Charge $payment_method_type = PaymentType::SEPA; $status = Payment::STATUS_PENDING; } elseif ($cgt->gateway_type_id == GatewayType::BACS){ - $payment_method_type = PaymentType::SEPA; + $payment_method_type = PaymentType::BACS; $status = Payment::STATUS_PENDING; } else {