ITransact and other fixes and migration of payment plugins.

This commit is contained in:
Martin Kamerbeek 2008-05-28 21:16:25 +00:00
parent ac9d8cf405
commit 152dfc2838
5 changed files with 501 additions and 273 deletions

View file

@ -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'),