mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-02 13:17:31 -05: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 APPLE_PAY = 8;
|
||||||
const SEPA = 9;
|
const SEPA = 9;
|
||||||
const CREDIT = 10;
|
const CREDIT = 10;
|
||||||
|
const BANCONTACT = 12;
|
||||||
|
|
||||||
public function gateway()
|
public function gateway()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user