mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add GoCardless to Gateway.php
This commit is contained in:
parent
d814216121
commit
9acf7b8b3b
@ -131,6 +131,10 @@ class Gateway extends StaticModel
|
||||
GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true], //Square
|
||||
];
|
||||
break;
|
||||
case 52:
|
||||
return [
|
||||
GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true] // GoCardless
|
||||
];
|
||||
break;
|
||||
default:
|
||||
return [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user