ITransact and other fixes and migration of payment plugins.
This commit is contained in:
parent
ac9d8cf405
commit
152dfc2838
5 changed files with 501 additions and 273 deletions
|
|
@ -182,7 +182,7 @@ sub getRecurringPeriodValues {
|
|||
my $self = shift;
|
||||
my $session = $self->session;
|
||||
|
||||
my $i18n = WebGUI::International->new($session, 'Commerce');
|
||||
my $i18n = WebGUI::International->new($session, 'Shop');
|
||||
tie my %periods, "Tie::IxHash";
|
||||
%periods = (
|
||||
Weekly => $i18n->get('weekly'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue