Committing the new Ecommerce system
This commit is contained in:
parent
1847a18ec7
commit
5676bf9585
16 changed files with 2576 additions and 0 deletions
12
lib/WebGUI/Macro/SubscriptionItemPurchaseUrl.pm
Normal file
12
lib/WebGUI/Macro/SubscriptionItemPurchaseUrl.pm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package WebGUI::Macro::SubscriptionItemPurchaseUrl;
|
||||
|
||||
use strict;
|
||||
use WebGUI::Macro;
|
||||
use WebGUI::URL;
|
||||
|
||||
sub process {
|
||||
my ($subscriptionId) = WebGUI::Macro::getParams(@_);
|
||||
return WebGUI::URL::page('op=purchaseSubscriptionItem&sid='.$subscriptionId);
|
||||
}
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue