mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
Fix sponsorship upgrade options
This commit is contained in:
@ -131,6 +131,7 @@ namespace Bit.Core.Models.Business
|
|||||||
{
|
{
|
||||||
_existingPlanStripeId = existingPlan.StripePlanId;
|
_existingPlanStripeId = existingPlan.StripePlanId;
|
||||||
_sponsoredPlanStripeId = sponsoredPlan.StripePlanId;
|
_sponsoredPlanStripeId = sponsoredPlan.StripePlanId;
|
||||||
|
_applySponsorship = applySponsorship;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override List<SubscriptionItemOptions> RevertItemsOptions(Subscription subscription)
|
public override List<SubscriptionItemOptions> RevertItemsOptions(Subscription subscription)
|
||||||
|
Reference in New Issue
Block a user