generative actions
This commit is contained in:
@@ -496,7 +496,7 @@ def myproduct_subscription():
|
|||||||
data = request.get_json()
|
data = request.get_json()
|
||||||
# logger.info(f"Route MyProduct Data ==>>>> {data}")
|
# logger.info(f"Route MyProduct Data ==>>>> {data}")
|
||||||
response = MyProductsService.process_subscription(data)
|
response = MyProductsService.process_subscription(data)
|
||||||
GenerativesService.process_generatives_list(response) #INITIATE GENERATIVES
|
#GenerativesService.process_generatives_list(response) #INITIATE GENERATIVES
|
||||||
return response
|
return response
|
||||||
|
|
||||||
|
|
||||||
@@ -933,7 +933,7 @@ def refresh_daily_report():
|
|||||||
def refresh_generative_action():
|
def refresh_generative_action():
|
||||||
data = request.get_json()
|
data = request.get_json()
|
||||||
logger.info(f"Generative Actions ==>>>> {data}")
|
logger.info(f"Generative Actions ==>>>> {data}")
|
||||||
# AutomationCalls.process_stripe_payment_refresh(data)
|
GenerativesService.process_generatives_list(data) #INITIATE GENERATIVES
|
||||||
return {"status": "ok"}, 200
|
return {"status": "ok"}, 200
|
||||||
|
|
||||||
# Health Check Endpoint
|
# Health Check Endpoint
|
||||||
|
|||||||
Reference in New Issue
Block a user