mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
combined tax updates with other operations
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Bit.Core.Services
|
||||
Task<string> UpgradeFreeOrganizationAsync(Organization org, Models.StaticStore.Plan plan,
|
||||
short additionalStorageGb, short additionalSeats, bool premiumAccessAddon);
|
||||
Task<string> PurchasePremiumAsync(User user, PaymentMethodType paymentMethodType, string paymentToken,
|
||||
short additionalStorageGb);
|
||||
short additionalStorageGb, string country, string postalCode);
|
||||
Task<string> AdjustStorageAsync(IStorableSubscriber storableSubscriber, int additionalStorage, string storagePlanId);
|
||||
Task CancelSubscriptionAsync(ISubscriber subscriber, bool endOfPeriod = false,
|
||||
bool skipInAppPurchaseCheck = false);
|
||||
|
||||
Reference in New Issue
Block a user