billing - remove deprecated endpoint (#12315)

staging and main env config in stripe updated (prod already updated)
This commit is contained in:
Etienne
2025-05-27 14:03:37 +02:00
committed by GitHub
parent d85c45a4cf
commit 0275fad5f7

View File

@ -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>,