fix trails
This commit is contained in:
+7
-1
@@ -345,6 +345,12 @@ INSERT INTO subscription_options_items (option_name,description,list_order)
|
||||
INSERT INTO subscription_options_items (option_name,description,list_order)
|
||||
VALUES('STATRTER001','Personal and Professional Forum',4);
|
||||
|
||||
INSERT INTO subscription_options_items (option_name,description,list_order)
|
||||
VALUES('STATRTER001','Contacts Management',6);
|
||||
|
||||
INSERT INTO subscription_options_items (option_name,description,list_order)
|
||||
VALUES('STATRTER001','Site Monitoring ',8);
|
||||
|
||||
INSERT INTO subscription_options_items (option_name,description,list_order)
|
||||
VALUES('STATRTER001','',0);
|
||||
|
||||
@@ -352,7 +358,7 @@ INSERT INTO subscription_options_items (option_name,description,list_order)
|
||||
|
||||
|
||||
INSERT INTO subscription_options_items (option_name,description,list_order)
|
||||
VALUES('BASIC001','Everything in Basic Plus',0);
|
||||
VALUES('BASIC001','Everything in Starter Plus',0);
|
||||
|
||||
INSERT INTO subscription_options_items (option_name,description,list_order)
|
||||
VALUES('BASIC001','',0);
|
||||
|
||||
@@ -95,7 +95,7 @@ class SubscriptionService(BaseService):
|
||||
|
||||
subscription_products_data = {
|
||||
"current_product": {
|
||||
"display_name": "BASIC001",
|
||||
"display_name": "TRIAL-90",
|
||||
"subs": [
|
||||
'Post Jobs',
|
||||
'advanced instructors search',
|
||||
|
||||
Reference in New Issue
Block a user