Redeploy
This commit is contained in:
commit
b5afb52b1e
@ -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