SubscriptionsService added
This commit is contained in:
@@ -10,7 +10,7 @@ from app.api.services import (
|
||||
OfficeAuthService,
|
||||
OfficeDashboardService,
|
||||
WebContentsService,
|
||||
SubscriptionService,
|
||||
SubscriptionsService,
|
||||
CommonDataService,
|
||||
OfficeCustomerService
|
||||
)
|
||||
@@ -241,7 +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)
|
||||
SubscriptionsService.subscription_webhook_start(data)
|
||||
return []
|
||||
except Exception as e:
|
||||
# A general exception handler for any other type of exception
|
||||
|
||||
Reference in New Issue
Block a user