We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5254662 commit 3b0839aCopy full SHA for 3b0839a
apps/api/src/stripe/stripe.controller.ts
@@ -144,10 +144,6 @@ export class StripeController {
144
return this.stripeService.listPrices('one_time')
145
}
146
147
- @Post(':id/cancel-subscription')
148
- cancelSubscription(@Param('id') subscriptionId: string, @AuthenticatedUser() user: KeycloakTokenParsed) {
149
- return this.stripeService.cancelSubscription(subscriptionId, user)
150
- }
151
152
@Get('prices/recurring')
153
@Public()
0 commit comments