mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Define Bancontact
constant
This commit is contained in:
parent
b7e105aa6e
commit
6672e73913
@ -25,6 +25,7 @@ class GatewayType extends StaticModel
|
||||
const APPLE_PAY = 8;
|
||||
const SEPA = 9;
|
||||
const CREDIT = 10;
|
||||
const BANCONTACT = 12;
|
||||
|
||||
public function gateway()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user