diff --git a/.source b/.source index b95d5f08d09..5e793f51386 160000 --- a/.source +++ b/.source @@ -1 +1 @@ -Subproject commit b95d5f08d09a1f93adf5a23567948b54d6fd261a +Subproject commit 5e793f513861776a59a5b3445b0d1564fe667bc6 diff --git a/apps/api/src/app/testing/billing/webhook.e2e-ee.ts b/apps/api/src/app/testing/billing/webhook.e2e-ee.ts index 084207b3ab8..85378e6901a 100644 --- a/apps/api/src/app/testing/billing/webhook.e2e-ee.ts +++ b/apps/api/src/app/testing/billing/webhook.e2e-ee.ts @@ -199,7 +199,6 @@ describe('Stripe webhooks', () => { const createHandler = () => { const handler = new CustomerSubscriptionCreatedHandler( - stripeStub as any, { execute: verifyCustomerStub } as any, organizationRepositoryStub, analyticsServiceStub as any