1
0
mirror of https://github.com/bitwarden/server synced 2026-02-09 05:00:32 +00:00

Merge branch 'main' into auth/pm-27084/register-accepts-new-data-types

This commit is contained in:
Patrick-Pimentel-Bitwarden
2025-12-22 21:52:02 -05:00
committed by GitHub
357 changed files with 22977 additions and 5580 deletions

View File

@@ -227,7 +227,7 @@ public abstract class WebApplicationFactoryBase<T> : WebApplicationFactory<T>
services.AddSingleton<ILoggerFactory, NullLoggerFactory>();
// Noop StripePaymentService - this could be changed to integrate with our Stripe test account
Replace(services, Substitute.For<IPaymentService>());
Replace(services, Substitute.For<IStripePaymentService>());
Replace(services, Substitute.For<IOrganizationBillingService>());
});