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:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user