Add translation for hosted pages

This commit is contained in:
Benjamin Beganović 2021-10-07 16:37:43 +02:00
parent 3fa811f679
commit a3126f80d4
2 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,8 @@ class GatewayType extends StaticModel
return ctrans('texts.bancontact');
case self::IDEAL:
return ctrans('texts.ideal');
case self::HOSTED_PAGE:
return ctrans('texts.aio_checkout');
default:
return 'Undefined.';
break;

View File

@ -4317,6 +4317,7 @@ $LANG = array(
'kbc_cbc' => 'KBC/CBC',
'bancontact' => 'Bancontact',
'ideal' => 'iDEAL',
'aio_checkout' => 'All-in-one checkout',
);
return $LANG;