mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add KBC
to Gateway
This commit is contained in:
parent
0c2c51b051
commit
f24a8f349a
@ -89,7 +89,8 @@ class Gateway extends StaticModel
|
||||
break;
|
||||
case 7:
|
||||
return [
|
||||
GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true], // Mollie
|
||||
GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true], // Mollie,
|
||||
GatewayType::KBC => ['refund' => false, 'token_billing' => false],
|
||||
];
|
||||
case 15:
|
||||
return [GatewayType::PAYPAL => ['refund' => true, 'token_billing' => false]]; //Paypal
|
||||
|
Loading…
x
Reference in New Issue
Block a user