a lot of session fixes... I'm sure this breaks something somewhere though.
This commit is contained in:
parent
279233b367
commit
0c177bacb1
10 changed files with 38 additions and 24 deletions
|
|
@ -588,8 +588,8 @@ sub errorCode {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub name {
|
||||
my ($session) = @_;
|
||||
my $i18n = WebGUI::International->new($session, "CommercePaymentITransact");
|
||||
my ($self) = shift;
|
||||
my $i18n = WebGUI::International->new($self->session, "CommercePaymentITransact");
|
||||
return $i18n->get('module name');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue