This commit is contained in:
David Bomba 2022-12-10 10:11:26 +11:00
parent da091fa0e7
commit f415b0b633

View file

@ -118,6 +118,8 @@ class GatewayType extends StaticModel
return ctrans('texts.payment_type_instant_bank_pay');
case self::FPX:
return ctrans('texts.fpx');
case self::KLARNA:
return ctrans('texts.klarna');
default:
return ' ';
break;