mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add HOSTED_PAGE to GatewayType
This commit is contained in:
parent
6c2c798e74
commit
12466fe354
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user