This commit is contained in:
CHIEFSOFT\ameye
2026-05-09 07:11:54 -04:00
2 changed files with 29 additions and 15 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ def myproduct_subscription():
data = request.get_json()
# logger.info(f"Route MyProduct Data ==>>>> {data}")
response = MyProductsService.process_subscription(data)
#GenerativesService.process_generatives_list(response) #INITIATE GENERATIVES
GenerativesService.process_generatives_list(response) #INITIATE GENERATIVES
return response