This commit is contained in:
Vins 2024-04-12 15:09:20 +02:00
parent d7e6dff5f1
commit 743934120e

View File

@ -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;