Add SEPA to Gateway
This commit is contained in:
parent
f8921c59f7
commit
0e10e71132
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue