document macros for subscription items
This commit is contained in:
parent
c2c16438f1
commit
30b05c41c4
4 changed files with 100 additions and 0 deletions
21
lib/WebGUI/i18n/English/SubscriptionItemPurchaseUrl.pm
Normal file
21
lib/WebGUI/i18n/English/SubscriptionItemPurchaseUrl.pm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
package WebGUI::i18n::English::SubscriptionItemPurchaseUrl;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'subscription item purchase url title' => {
|
||||
message => q|Subscription Item Purchase URL Macro|,
|
||||
lastUpdated => 1112548245,
|
||||
},
|
||||
|
||||
'subscription item purchase url body' => {
|
||||
message => q|
|
||||
|
||||
<b>^SubscriptionItemPurchaseUrl(<i>subscriptionId</i>);</b><br>
|
||||
This macro fetches the URL to purchase a subscription item identified
|
||||
by its subscriptionId.
|
||||
|,
|
||||
lastUpdated => 1112548242,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue