redeploy
This commit is contained in:
parent
d7e6dff5f1
commit
743934120e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user