diff --git a/apps/web/src/app/billing/individual/upgrade/upgrade-payment/services/upgrade-payment.service.ts b/apps/web/src/app/billing/individual/upgrade/upgrade-payment/services/upgrade-payment.service.ts index 4140a202b1e..06c28123848 100644 --- a/apps/web/src/app/billing/individual/upgrade/upgrade-payment/services/upgrade-payment.service.ts +++ b/apps/web/src/app/billing/individual/upgrade/upgrade-payment/services/upgrade-payment.service.ts @@ -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 {