sales text

This commit is contained in:
CHIEFSOFT\ameye
2025-07-06 19:28:33 -04:00
parent e1dc35ec45
commit 08f3af8d7c
4 changed files with 15 additions and 1 deletions
+2
View File
@@ -142,6 +142,8 @@ def myproduct_dash():
response = MyProductsService.process_request(data)
return response
# /panel/myproduct/subscription
# /panel/account/calendar
@api.route("/panel/account/calendar", methods=["POST"])
def mycalendar_dash():
+1
View File
@@ -60,6 +60,7 @@ class MyProductsService(BaseService):
"myproudct": {
"banner": product_data.banner,
"description": product_description.details,
"sale_text" : product_description.sale_text,
"internal_url": "",
"price_text": "90 days free and 3.95/Month",
"product_id": product_data.product_id,