mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added payment type
This commit is contained in:
parent
f7a97eb2e7
commit
780b400947
@ -47,6 +47,7 @@ class PaymentType extends StaticModel
|
|||||||
const BANCONTACT = 36;
|
const BANCONTACT = 36;
|
||||||
const IDEAL = 37;
|
const IDEAL = 37;
|
||||||
const HOSTED_PAGE = 38;
|
const HOSTED_PAGE = 38;
|
||||||
|
const GIROPAY = 39;
|
||||||
|
|
||||||
public static function parseCardType($cardName)
|
public static function parseCardType($cardName)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user