generative fixes

This commit is contained in:
2026-05-09 00:04:44 -04:00
parent bd7aae51ab
commit 91ee789f71
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