Add SEPA to Gateway

This commit is contained in:
Benjamin Beganović 2021-10-19 18:00:22 +02:00
parent f8921c59f7
commit 0e10e71132

View File

@ -155,7 +155,8 @@ class Gateway extends StaticModel
break; break;
case 52: case 52:
return [ 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; break;
case 58: case 58: