From c3422148ee7a9b3ace5da8eec23fa6ac1ae8e656 Mon Sep 17 00:00:00 2001 From: JazzarKarim Date: Thu, 14 Dec 2023 15:01:30 -0800 Subject: [PATCH] small change in response to Sev's comment --- src/enums/filing-codes.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/enums/filing-codes.ts b/src/enums/filing-codes.ts index dfd6b1bf..fbc28a12 100644 --- a/src/enums/filing-codes.ts +++ b/src/enums/filing-codes.ts @@ -7,9 +7,9 @@ export enum FilingCodes { AFFIDAVIT = 'AFDVT', ALTERATION = 'ALTER', ALTERATION_BC_TO_ULC = 'NOALU', // different fee for BC to ULC - AMALGAMATION_APPLICATION_HORIZONTAL = 'AMALH', // Amalgamation Application (Short Form - Horizontal) - AMALGAMATION_APPLICATION_REGULAR = 'AMALR', // Amalgamation Application (Regular) - AMALGAMATION_APPLICATION_VERTICAL = 'AMALV', // Amalgamation Application (Short Form - Vertical) + AMALGAMATION_HORIZONTAL = 'AMALH', // Amalgamation Application (Short Form - Horizontal) + AMALGAMATION_REGULAR = 'AMALR', // Amalgamation Application (Regular) + AMALGAMATION_VERTICAL = 'AMALV', // Amalgamation Application (Short Form - Vertical) ANNUAL_REPORT_BC = 'BCANN', // BCOMP - Annual Report ANNUAL_REPORT_OT = 'OTANN', // Others - Annual Report CHANGE_OF_REGISTRATION = 'FMCHANGE',