From 2bdbd7173fde274edd03e9c8d9cfa45b53e6c0be Mon Sep 17 00:00:00 2001 From: Carl Downing Date: Sun, 30 Jul 2023 14:29:50 -0700 Subject: [PATCH] billign --- CommonServer/API/BillingInvoiceAPI.ts | 2 +- CommonServer/API/BillingPaymentMethodAPI.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CommonServer/API/BillingInvoiceAPI.ts b/CommonServer/API/BillingInvoiceAPI.ts index d2a0229d20..2c07e93615 100644 --- a/CommonServer/API/BillingInvoiceAPI.ts +++ b/CommonServer/API/BillingInvoiceAPI.ts @@ -38,7 +38,7 @@ export default class UserAPI extends BaseAPI< try { if (!IsBillingEnabled) { throw new BadDataException( - 'Billign is not enabled for this server' + 'Billing is not enabled for this server' ); } diff --git a/CommonServer/API/BillingPaymentMethodAPI.ts b/CommonServer/API/BillingPaymentMethodAPI.ts index 5e7a2fe285..2e907a33bc 100644 --- a/CommonServer/API/BillingPaymentMethodAPI.ts +++ b/CommonServer/API/BillingPaymentMethodAPI.ts @@ -35,7 +35,7 @@ export default class UserAPI extends BaseAPI< try { if (!IsBillingEnabled) { throw new BadDataException( - 'Billign is not enabled for this server' + 'Billing is not enabled for this server' ); }