Skip to content

Commit b0e5c1b

Browse files
committed
LP-867 Removed Legal Entity partner statement field
* Checkbox field is no longer required on the screen or to be stored by API
1 parent 6aeef4a commit b0e5c1b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/services/limited-partnerships/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ type Partner = {
4343
legal_entity_register_name?: string;
4444
legal_entity_registration_location?: string;
4545
legal_form?: string;
46-
legal_personality_statement_checked?: boolean;
4746
nationality1?: string;
4847
nationality2?: string;
4948
principal_office_address?: Address;

test/services/limited-partnerships/limited.partnerships.mock.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export const GENERAL_PARTNER_OBJECT_MOCK: GeneralPartner = {
6767
nationality1: "English",
6868
nationality2: "French",
6969
not_disqualified_statement_checked: true,
70-
legal_personality_statement_checked: true,
7170
principal_office_address: {
7271
premises: "22",
7372
address_line_1: "Some Street",
@@ -119,7 +118,6 @@ export const LIMITED_PARTNER_OBJECT_MOCK: LimitedPartner = {
119118
legal_entity_register_name: "UK Register",
120119
legal_entity_registration_location: "England",
121120
legal_form: "abc",
122-
legal_personality_statement_checked: true,
123121
nationality1: "English",
124122
nationality2: "French",
125123
principal_office_address: {

0 commit comments

Comments
 (0)