mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-18 17:05:38 -05:00
Define KBC constant
This commit is contained in:
parent
374a6fa7b4
commit
0c2c51b051
@ -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 KBC = 11;
|
||||||
|
|
||||||
public function gateway()
|
public function gateway()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user