mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Define DIRECT_DEBIT constant
This commit is contained in:
parent
779791ac86
commit
27cd99483d
@ -32,6 +32,7 @@ class GatewayType extends StaticModel
|
|||||||
const GIROPAY = 15;
|
const GIROPAY = 15;
|
||||||
const PRZELEWY24 = 16;
|
const PRZELEWY24 = 16;
|
||||||
const EPS = 17;
|
const EPS = 17;
|
||||||
|
const DIRECT_DEBIT = 18;
|
||||||
|
|
||||||
public function gateway()
|
public function gateway()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user