mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
[PM-11730] Remove feature flag: AC-2476-deprecate-stripe-sources-api (#5201)
* Removed feature flag * Run dotnet format * Fix integration tests
This commit is contained in:
@ -36,7 +36,13 @@ public static class OrganizationTestHelpers
|
||||
OwnerKey = ownerKey,
|
||||
Owner = owner,
|
||||
AdditionalSeats = passwordManagerSeats,
|
||||
PaymentMethodType = paymentMethod
|
||||
PaymentMethodType = paymentMethod,
|
||||
PaymentToken = "TOKEN",
|
||||
TaxInfo = new TaxInfo
|
||||
{
|
||||
BillingAddressCountry = "US",
|
||||
BillingAddressPostalCode = "12345"
|
||||
}
|
||||
});
|
||||
|
||||
Debug.Assert(signUpResult.OrganizationUser is not null);
|
||||
|
Reference in New Issue
Block a user