1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 00:23:17 +00:00

fix(billing): update client call parameter

This commit is contained in:
Stephon Brown
2026-01-27 18:40:08 -05:00
parent 9bb38a3bf4
commit 26dd6d4261

View File

@@ -67,7 +67,13 @@ export class AccountBillingClient {
await this.apiService.send(
"POST",
path,
{ organizationName, key: organizationKey, tier: planTier, cadence, billingAddress },
{
organizationName,
key: organizationKey,
targetProductTierType: planTier,
cadence,
billingAddress,
},
true,
false,
);