mirror of
https://github.com/bitwarden/server
synced 2025-12-29 06:33:43 +00:00
Milestone 2C Update (#6560)
* fix(billing): milestone update * tests(billing): update tests
This commit is contained in:
@@ -268,7 +268,8 @@ public class UpcomingInvoiceHandlerTests
|
||||
Arg.Is("sub_123"),
|
||||
Arg.Is<SubscriptionUpdateOptions>(o =>
|
||||
o.Items[0].Id == priceSubscriptionId &&
|
||||
o.Items[0].Price == priceId));
|
||||
o.Items[0].Price == priceId &&
|
||||
o.ProrationBehavior == "none"));
|
||||
|
||||
// Verify the updated invoice email was sent
|
||||
await _mailer.Received(1).SendEmail(
|
||||
|
||||
Reference in New Issue
Block a user