name() should not be internationalized!
This commit is contained in:
parent
36fe74fcaa
commit
94e92d4feb
2 changed files with 2 additions and 6 deletions
|
|
@ -427,9 +427,7 @@ sub errorCode {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub name {
|
||||
my ($self) = shift;
|
||||
my $i18n = WebGUI::International->new($self->session, "CommercePaymentCash");
|
||||
return $i18n->get('module name');
|
||||
return 'Cash';
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -599,9 +599,7 @@ sub errorCode {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub name {
|
||||
my ($self) = shift;
|
||||
my $i18n = WebGUI::International->new($self->session, "CommercePaymentITransact");
|
||||
return $i18n->get('module name');
|
||||
return 'ITransact';
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue