mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Define INSTANT_BANK_PAY constant
This commit is contained in:
parent
ecdbd8a584
commit
9eabe30b3a
@ -37,6 +37,7 @@ class GatewayType extends StaticModel
|
|||||||
const DIRECT_DEBIT = 18;
|
const DIRECT_DEBIT = 18;
|
||||||
const ACSS = 19;
|
const ACSS = 19;
|
||||||
const BECS = 20;
|
const BECS = 20;
|
||||||
|
const INSTANT_BANK_PAY = 21;
|
||||||
|
|
||||||
public function gateway()
|
public function gateway()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user