1
0
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:
Benjamin Beganović 2021-09-24 23:31:42 +02:00
parent b7e105aa6e
commit 6672e73913

View File

@ -25,6 +25,7 @@ class GatewayType extends StaticModel
const APPLE_PAY = 8;
const SEPA = 9;
const CREDIT = 10;
const BANCONTACT = 12;
public function gateway()
{