mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Added payment type
This commit is contained in:
parent
f7a97eb2e7
commit
780b400947
@ -45,8 +45,9 @@ class PaymentType extends StaticModel
|
||||
const MOLLIE_BANK_TRANSFER = 34;
|
||||
const KBC = 35;
|
||||
const BANCONTACT = 36;
|
||||
const IDEAL = 37;
|
||||
const IDEAL = 37;
|
||||
const HOSTED_PAGE = 38;
|
||||
const GIROPAY = 39;
|
||||
|
||||
public static function parseCardType($cardName)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user