Skip to content

Commit

Permalink
update companies to display business
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin committed Nov 13, 2024
1 parent c5557de commit 104bee3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/resources/Dissolution/BC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const DissolutionResourceBc: DissolutionResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: GetCorpFullDescription(CorpTypeCd.BC_COMPANY)
entityDisplay: 'business'
}
},
createResolution: {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/BEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const DissolutionResourceBen: DissolutionResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: GetCorpFullDescription(CorpTypeCd.BENEFIT_COMPANY)
entityDisplay: 'business'
}
},
createResolution: {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/C.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const DissolutionResourceC: DissolutionResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: GetCorpFullDescription(CorpTypeCd.CONTINUE_IN)
entityDisplay: 'business'
}
},
createResolution: {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/CBEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const DissolutionResourceCben: DissolutionResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: GetCorpFullDescription(CorpTypeCd.BEN_CONTINUE_IN)
entityDisplay: 'business'
}
},
createResolution: {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/CC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const DissolutionResourceCc: DissolutionResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: GetCorpFullDescription(CorpTypeCd.BC_CCC)
entityDisplay: 'business'
}
},
createResolution: {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/CCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const DissolutionResourceCcc: DissolutionResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: GetCorpFullDescription(CorpTypeCd.CCC_CONTINUE_IN)
entityDisplay: 'business'
}
},
createResolution: {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/CUL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const DissolutionResourceCul: DissolutionResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: GetCorpFullDescription(CorpTypeCd.ULC_CONTINUE_IN)
entityDisplay: 'business'
}
},
createResolution: {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/ULC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const DissolutionResourceUlc: DissolutionResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: GetCorpFullDescription(CorpTypeCd.BC_ULC_COMPANY)
entityDisplay: 'business'
}
},
createResolution: {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Incorporation/BC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const IncorporationResourceBc: IncorporationResourceIF = {
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
2 changes: 1 addition & 1 deletion src/resources/Incorporation/BEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const IncorporationResourceBen: IncorporationResourceIF = {
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
2 changes: 1 addition & 1 deletion src/resources/Incorporation/CC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const IncorporationResourceCc: IncorporationResourceIF = {
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
2 changes: 1 addition & 1 deletion src/resources/Incorporation/ULC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const IncorporationResourceUlc: IncorporationResourceIF = {
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}

0 comments on commit 104bee3

Please sign in to comment.