mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add BANK_TRANSFER
to Gateway
model
This commit is contained in:
parent
5641ed96c5
commit
969a76003b
@ -110,7 +110,8 @@ class Gateway extends StaticModel
|
|||||||
case 50:
|
case 50:
|
||||||
return [
|
return [
|
||||||
GatewayType::CREDIT_CARD => ['refund' => true, 'token_billing' => true], //Braintree
|
GatewayType::CREDIT_CARD => ['refund' => true, 'token_billing' => true], //Braintree
|
||||||
GatewayType::PAYPAL => ['refund' => true, 'token_billing' => true]
|
GatewayType::PAYPAL => ['refund' => true, 'token_billing' => true],
|
||||||
|
GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true],
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user