This commit is contained in:
CHIEFSOFT\ameye
2025-08-27 19:36:43 -04:00
parent 9c75cb3561
commit 984b835898
2 changed files with 49 additions and 17 deletions
+1
View File
@@ -241,6 +241,7 @@ def stripe_payments_webhook_post():
logger.info(f"Route Stripe Webhook POST ENTRY==>>>>")
data = request.get_json()
logger.info(f"Route Stripe Webhook POST ==>>>> {data}")
SubscriptionService.subscription_webhook_start(data)
# response = MyProductsService.process_provision_actions(data)
return []
except Exception as e: