diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index f1c55fbae701..0a54f275d757 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -155,7 +155,8 @@ class Gateway extends StaticModel break; case 52: return [ - GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true, 'webhooks' => [' ']] // GoCardless + GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true, 'webhooks' => [' ']], // GoCardless, + GatewayType::SEPA => ['refund' => false, 'token_billing' => true, 'webhooks' => [' ']] ]; break; case 58: