1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

Milestone 2 Handler Update (#6564)

* fix(billing): update discount id

* test(billing) update test
This commit is contained in:
Stephon Brown
2025-11-13 12:47:06 -05:00
committed by GitHub
parent e7b4837be9
commit 30ff175f8e

View File

@@ -269,6 +269,7 @@ public class UpcomingInvoiceHandlerTests
Arg.Is<SubscriptionUpdateOptions>(o =>
o.Items[0].Id == priceSubscriptionId &&
o.Items[0].Price == priceId &&
o.Discounts[0].Coupon == CouponIDs.Milestone2SubscriptionDiscount &&
o.ProrationBehavior == "none"));
// Verify the updated invoice email was sent