1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Define DIRECT_DEBIT constant

This commit is contained in:
Benjamin Beganović 2021-10-16 15:29:06 +02:00
parent 779791ac86
commit 27cd99483d

View File

@ -32,6 +32,7 @@ class GatewayType extends StaticModel
const GIROPAY = 15;
const PRZELEWY24 = 16;
const EPS = 17;
const DIRECT_DEBIT = 18;
public function gateway()
{