1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00
bitwarden-server/test
Alex Morask 3c86ec6a35
[AC-2959] ACH Direct Debit POC (#4703)
* 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
2024-08-28 10:48:14 -04:00
..
Admin.Test Include all projects in coverage (#3829) 2024-02-20 17:18:40 +01:00
Api.IntegrationTest [AC-10362] Remove OrganizationUser.AccessAll from code (#4622) 2024-08-26 12:03:44 +01:00
Api.Test [AC-2959] ACH Direct Debit POC (#4703) 2024-08-28 10:48:14 -04:00
Billing.Test Used PO ID instead of Org ID on accident (#4500) 2024-07-11 11:22:15 -04:00
Common Stop using lockfiles (#3550) 2023-12-12 09:09:42 -05:00
Core.Test [AC-2959] ACH Direct Debit POC (#4703) 2024-08-28 10:48:14 -04:00
Events.Test Include all projects in coverage (#3829) 2024-02-20 17:18:40 +01:00
EventsProcessor.Test Include all projects in coverage (#3829) 2024-02-20 17:18:40 +01:00
Icons.Test Fix Broken Icon Unit Test (#4151) 2024-06-03 09:58:53 -04:00
Identity.IntegrationTest Auth/PM-10130 - Registration with Email Verification - Respect Self-hosted Disable Open Registration flag (#4561) 2024-07-26 13:30:47 -04:00
Identity.Test Fix Most Test Warnings (#4612) 2024-08-15 17:14:22 -04:00
Infrastructure.EFIntegration.Test [AC-10362] Remove OrganizationUser.AccessAll from code (#4622) 2024-08-26 12:03:44 +01:00
Infrastructure.IntegrationTest Fix Most Test Warnings (#4612) 2024-08-15 17:14:22 -04:00
IntegrationTestCommon Auth/PM-10130 - Registration with Email Verification - Respect Self-hosted Disable Open Registration flag (#4561) 2024-07-26 13:30:47 -04:00
Notifications.Test Include all projects in coverage (#3829) 2024-02-20 17:18:40 +01:00
Bitwarden.Tests.proj Devcontainer Improvements (#4466) 2024-07-08 10:48:02 -04:00