1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-21 02:41:21 +01:00

Fix sponsorship upgrade options

This commit is contained in:
Matt Gibson 2021-11-10 18:05:00 -05:00
parent 750c573557
commit 0ae3f1c67e

View File

@ -131,6 +131,7 @@ namespace Bit.Core.Models.Business
{
_existingPlanStripeId = existingPlan.StripePlanId;
_sponsoredPlanStripeId = sponsoredPlan.StripePlanId;
_applySponsorship = applySponsorship;
}
public override List<SubscriptionItemOptions> RevertItemsOptions(Subscription subscription)