mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-08 16:44:34 -04:00
Add INSTANT_BANK_PAY to Gateway
This commit is contained in:
parent
9eabe30b3a
commit
d45c5a1e41
@ -159,7 +159,8 @@ class Gateway extends StaticModel
|
|||||||
return [
|
return [
|
||||||
GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true, 'webhooks' => [' ']], // GoCardless
|
GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true, 'webhooks' => [' ']], // GoCardless
|
||||||
GatewayType::DIRECT_DEBIT => ['refund' => false, 'token_billing' => true, 'webhooks' => [' ']],
|
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;
|
break;
|
||||||
case 58:
|
case 58:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user