mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01: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…
Reference in New Issue
Block a user