Committing the new Ecommerce system
This commit is contained in:
parent
eeafe944e2
commit
ad19f999b8
4 changed files with 63 additions and 15 deletions
|
|
@ -202,6 +202,24 @@ sub getAdminFunction {
|
|||
op=>"viewActiveSessions",
|
||||
group=>"3"
|
||||
},
|
||||
"commerce"=>{
|
||||
title=>{
|
||||
id=>"commerce settings",
|
||||
namespace=>"Commerce"
|
||||
},
|
||||
icon=>"commerce.gif",
|
||||
op=>"editCommerceSettings",
|
||||
group=>"3"
|
||||
},
|
||||
"subscriptions"=>{
|
||||
title=>{
|
||||
id=>"manage subscriptions",
|
||||
namespace=>"Subscription"
|
||||
},
|
||||
icon=>"subscriptions.gif",
|
||||
op=>"listSubscriptions",
|
||||
group=>"3"
|
||||
},
|
||||
};
|
||||
if ($id) {
|
||||
return $self->_formatFunction($functions->{$id});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue