SubscriptionsService added

This commit is contained in:
CHIEFSOFT\ameye
2025-08-30 05:11:59 -04:00
parent 2a42af5997
commit 6c660c873f
3 changed files with 290 additions and 3 deletions
+2 -2
View File
@@ -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