1
0
mirror of https://github.com/bitwarden/server synced 2026-02-22 12:23:37 +00:00

Renamed the v2 endpoint.

This commit is contained in:
Todd Martin
2026-01-23 15:49:30 -05:00
parent b3f03ad8f5
commit 5a60e4b5a8
6 changed files with 22 additions and 22 deletions

View File

@@ -712,15 +712,15 @@ public class SubscriptionUpdatedHandlerTests
Data =
[
new SubscriptionItem
{
CurrentPeriodEnd = DateTime.UtcNow.AddDays(10),
Plan = new Plan { Id = "2023-enterprise-org-seat-annually" }
},
new SubscriptionItem
{
CurrentPeriodEnd = DateTime.UtcNow.AddDays(10),
Plan = new Plan { Id = "secrets-manager-enterprise-seat-annually" }
}
{
CurrentPeriodEnd = DateTime.UtcNow.AddDays(10),
Plan = new Plan { Id = "2023-enterprise-org-seat-annually" }
},
new SubscriptionItem
{
CurrentPeriodEnd = DateTime.UtcNow.AddDays(10),
Plan = new Plan { Id = "secrets-manager-enterprise-seat-annually" }
}
]
},
Customer = new Customer
@@ -760,7 +760,7 @@ public class SubscriptionUpdatedHandlerTests
Data =
[
new SubscriptionItem { Plan = new Stripe.Plan { Id = "secrets-manager-teams-seat-annually" } },
]
]
}
})
}