Added payment type
This commit is contained in:
parent
f7a97eb2e7
commit
780b400947
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue