Add Bancontact to GatewayType
This commit is contained in:
parent
d4aef8da09
commit
6b8235999d
1 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ class GatewayType extends StaticModel
|
|||
case self::KBC:
|
||||
return ctrans('texts.kbc_cbc');
|
||||
break;
|
||||
case self::BANCONTACT:
|
||||
return ctrans('texts.bancontact');
|
||||
break;
|
||||
|
||||
default:
|
||||
return 'Undefined.';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue