billing - remove deprecated endpoint (#12315)
staging and main env config in stripe updated (prod already updated)
This commit is contained in:
@ -46,7 +46,7 @@ export class BillingController {
|
|||||||
private readonly billingWebhookCustomerService: BillingWebhookCustomerService,
|
private readonly billingWebhookCustomerService: BillingWebhookCustomerService,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
@Post(['billing/webhooks', 'webhooks/stripe'])
|
@Post(['webhooks/stripe'])
|
||||||
async handleWebhooks(
|
async handleWebhooks(
|
||||||
@Headers('stripe-signature') signature: string,
|
@Headers('stripe-signature') signature: string,
|
||||||
@Req() req: RawBodyRequest<Request>,
|
@Req() req: RawBodyRequest<Request>,
|
||||||
|
|||||||
Reference in New Issue
Block a user