Define iDEAL constant

This commit is contained in:
Benjamin Beganović 2021-10-04 15:41:39 +02:00
parent a1892c908b
commit 819b186761

View File

@ -27,6 +27,7 @@ class GatewayType extends StaticModel
const CREDIT = 10; const CREDIT = 10;
const KBC = 11; const KBC = 11;
const BANCONTACT = 12; const BANCONTACT = 12;
const IDEAL = 13;
public function gateway() public function gateway()
{ {