diff --git a/src/app/api/admin/StripeController.ts b/src/app/api/admin/StripeController.ts index 5586432c..cd618d29 100644 --- a/src/app/api/admin/StripeController.ts +++ b/src/app/api/admin/StripeController.ts @@ -34,6 +34,7 @@ export default class StripeController extends ApiController { const stripeSession = await this.stripeService.createCheckoutSession(subscriptionEntity); this.httpCreated(response, stripeSession); + } catch (error) { this.httpInternalError(response, error); return;