mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add iDEAL to GatewayType
This commit is contained in:
parent
c461212d8e
commit
225de1592c
@ -64,7 +64,8 @@ class GatewayType extends StaticModel
|
|||||||
return ctrans('texts.kbc_cbc');
|
return ctrans('texts.kbc_cbc');
|
||||||
case self::BANCONTACT:
|
case self::BANCONTACT:
|
||||||
return ctrans('texts.bancontact');
|
return ctrans('texts.bancontact');
|
||||||
|
case self::IDEAL:
|
||||||
|
return ctrans('texts.ideal');
|
||||||
default:
|
default:
|
||||||
return 'Undefined.';
|
return 'Undefined.';
|
||||||
break;
|
break;
|
||||||
|
@ -4316,6 +4316,7 @@ $LANG = array(
|
|||||||
'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
|
'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
|
||||||
'kbc_cbc' => 'KBC/CBC',
|
'kbc_cbc' => 'KBC/CBC',
|
||||||
'bancontact' => 'Bancontact',
|
'bancontact' => 'Bancontact',
|
||||||
|
'ideal' => 'iDEAL',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $LANG;
|
return $LANG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user