mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-02-02 01:15:38 -05:00
Define iDEAL constant
This commit is contained in:
parent
a1892c908b
commit
819b186761
@ -27,6 +27,7 @@ class GatewayType extends StaticModel
|
||||
const CREDIT = 10;
|
||||
const KBC = 11;
|
||||
const BANCONTACT = 12;
|
||||
const IDEAL = 13;
|
||||
|
||||
public function gateway()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user