mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 02:24:29 -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 PRZELEWY24 = 16;
|
||||
const EPS = 17;
|
||||
const DIRECT_DEBIT = 18;
|
||||
|
||||
public function gateway()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user