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