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