Added payment type

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

View File

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