Added payment type

This commit is contained in:
Lars Kusch 2021-10-09 10:14:01 +02:00
parent f7a97eb2e7
commit 780b400947

View File

@ -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)
{