Add iDEAL to GatewayType
This commit is contained in:
parent
c461212d8e
commit
225de1592c
2 changed files with 3 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ class GatewayType extends StaticModel
|
|||
return ctrans('texts.kbc_cbc');
|
||||
case self::BANCONTACT:
|
||||
return ctrans('texts.bancontact');
|
||||
|
||||
case self::IDEAL:
|
||||
return ctrans('texts.ideal');
|
||||
default:
|
||||
return 'Undefined.';
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -4316,6 +4316,7 @@ $LANG = array(
|
|||
'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
|
||||
'kbc_cbc' => 'KBC/CBC',
|
||||
'bancontact' => 'Bancontact',
|
||||
'ideal' => 'iDEAL',
|
||||
);
|
||||
|
||||
return $LANG;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue