mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
change "uncancel" to reinstate. fix rename error.
This commit is contained in:
@ -12,7 +12,7 @@ namespace Bit.Core.Services
|
||||
Task<OrganizationBilling> GetBillingAsync(Organization organization);
|
||||
Task ReplacePaymentMethodAsync(Guid organizationId, string paymentToken);
|
||||
Task CancelSubscriptionAsync(Guid organizationId, bool endOfPeriod = false);
|
||||
Task UncancelSubscriptionAsync(Guid organizationId);
|
||||
Task ReinstateSubscriptionAsync(Guid organizationId);
|
||||
Task UpgradePlanAsync(Guid organizationId, PlanType plan, int additionalSeats);
|
||||
Task AdjustSeatsAsync(Guid organizationId, int seatAdjustment);
|
||||
Task<Tuple<Organization, OrganizationUser>> SignUpAsync(OrganizationSignup organizationSignup);
|
||||
|
Reference in New Issue
Block a user