mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
3c86ec6a35
* Refactor: Rename some methods and models for consistency This commit contains no logic changes at all. It's entirely comprised of renames of existing models and methods to bring our codebase more in line with our app's functionality and terminology. * Add feature flag: AC-2476-deprecate-stripe-sources-api * Standardize error responses from applicable billing controllers During my work on CB, I found that just using the built-in TypedResults errors results in the client choking on the response because it's looking for the ErrroResponseModel. The new BaseBillingController provides Error utilities to return TypedResults wrapping that model so the client can process it. * Add feature flagged payment method endoints to OrganizationBillingController * Run dotnet format |
||
---|---|---|
.. | ||
Commercial.Core.Test | ||
Scim.IntegrationTest | ||
Scim.Test | ||
Bitwarden.License.Tests.proj |