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);
|
const stripeSession = await this.stripeService.createCheckoutSession(subscriptionEntity);
|
||||||
|
|
||||||
this.httpCreated(response, stripeSession);
|
this.httpCreated(response, stripeSession);
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.httpInternalError(response, error);
|
this.httpInternalError(response, error);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user