i18n for Pay
This commit is contained in:
parent
632c3d910c
commit
29f351631d
2 changed files with 7 additions and 1 deletions
|
|
@ -749,7 +749,7 @@ sub www_edit {
|
|||
my $self = shift;
|
||||
my $session = $self->session;
|
||||
my $admin = WebGUI::Shop::Admin->new($session);
|
||||
my $i18n = WebGUI::International->new($session, "Pay");
|
||||
my $i18n = WebGUI::International->new($session, "PayDriver");
|
||||
|
||||
return $session->privilege->insufficient() unless $session->user->isInGroup(3);
|
||||
|
||||
|
|
|
|||
|
|
@ -100,6 +100,12 @@ our $I18N = {
|
|||
context => q|Help body for the email receipt template|,
|
||||
},
|
||||
|
||||
'payment methods' => {
|
||||
message => q|Payment Methods.|,
|
||||
lastUpdated => 1213313375,
|
||||
context => q|Help body for the email receipt template|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue