mirror of
https://github.com/bitwarden/browser
synced 2026-01-28 07:13:29 +00:00
fix(billing): update preview client error
This commit is contained in:
@@ -126,7 +126,7 @@ export class UpgradePaymentService {
|
||||
}
|
||||
|
||||
if (previewInvoiceClientCall === null) {
|
||||
throw new Error("Tax client call is not defined");
|
||||
throw new Error("Preview client call is not defined");
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user