diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index 1f60070b0acb..68b56001a84c 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -159,7 +159,8 @@ class Gateway extends StaticModel return [ GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true, 'webhooks' => [' ']], // GoCardless GatewayType::DIRECT_DEBIT => ['refund' => false, 'token_billing' => true, 'webhooks' => [' ']], - GatewayType::SEPA => ['refund' => false, 'token_billing' => true, 'webhooks' => [' ']] + GatewayType::SEPA => ['refund' => false, 'token_billing' => true, 'webhooks' => [' ']], + GatewayType::INSTANT_BANK_PAY => ['refund' => false, 'token_billing' => true, 'webhooks' => [' ']], ]; break; case 58: