mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[AC-1418] Revert change to update PM subscription request model
This commit is contained in:
@@ -39,10 +39,7 @@ export class AdjustSubscription {
|
||||
async submit() {
|
||||
try {
|
||||
const seatAdjustment = this.newSeatCount - this.currentSeatCount;
|
||||
const request = OrganizationSubscriptionUpdateRequest.forPasswordManager(
|
||||
seatAdjustment,
|
||||
this.newMaxSeats
|
||||
);
|
||||
const request = new OrganizationSubscriptionUpdateRequest(seatAdjustment, this.newMaxSeats);
|
||||
this.formPromise = this.organizationApiService.updatePasswordManagerSeats(
|
||||
this.organizationId,
|
||||
request
|
||||
|
||||
Reference in New Issue
Block a user