mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 13:54:30 -04:00
Add DIRECT_DEBIT
to Gateway
This commit is contained in:
parent
27cd99483d
commit
e06aefdd22
@ -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' => [' ']],
|
||||||
|
GatewayType::DIRECT_DEBIT => ['refund' => false, 'token_billing' => true, 'webhooks' => [' ']] // GoCardless
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
case 58:
|
case 58:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user