json_hook_output

This commit is contained in:
CHIEFSOFT\ameye
2025-08-27 20:34:36 -04:00
parent 805723ff32
commit 30627dd740
2 changed files with 7 additions and 3 deletions
-1
View File
@@ -242,7 +242,6 @@ def stripe_payments_webhook_post():
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:
# A general exception handler for any other type of exception