v5.5.48
This commit is contained in:
parent
da091fa0e7
commit
f415b0b633
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue