json_hook_output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user