mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-03 04:47:30 -05:00
Add Bancontact to Gateway
This commit is contained in:
parent
6672e73913
commit
a876794bad
@ -90,6 +90,7 @@ class Gateway extends StaticModel
|
|||||||
case 7:
|
case 7:
|
||||||
return [
|
return [
|
||||||
GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true], // Mollie
|
GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true], // Mollie
|
||||||
|
GatewayType::BANCONTACT => ['refund' => false, 'token_billing' => false],
|
||||||
];
|
];
|
||||||
case 15:
|
case 15:
|
||||||
return [GatewayType::PAYPAL => ['refund' => true, 'token_billing' => false]]; //Paypal
|
return [GatewayType::PAYPAL => ['refund' => true, 'token_billing' => false]]; //Paypal
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user