Add HOSTED_PAGE to GatewayType

This commit is contained in:
Benjamin Beganović 2021-10-07 16:21:49 +02:00
parent 6c2c798e74
commit 12466fe354

View File

@ -28,6 +28,7 @@ class GatewayType extends StaticModel
const KBC = 11; const KBC = 11;
const BANCONTACT = 12; const BANCONTACT = 12;
const IDEAL = 13; const IDEAL = 13;
const HOSTED_PAGE = 14; // For gateways that contain multiple methods.
public function gateway() public function gateway()
{ {