Skip to content

Commit 65425c6

Browse files
lp-722: Switch jurisdiction values to match api-enumeration keys
1 parent 3b7fb52 commit 65425c6

File tree

1 file changed

+3
-3
lines changed
  • src/services/limited-partnerships

1 file changed

+3
-3
lines changed

src/services/limited-partnerships/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ export enum PartnershipType {
9797
}
9898

9999
export enum Jurisdiction {
100-
ENGLAND_AND_WALES = "England and Wales",
101-
NORTHERN_IRELAND = "Northern Ireland",
102-
SCOTLAND = "Scotland",
100+
ENGLAND_AND_WALES = "england-wales",
101+
NORTHERN_IRELAND = "northern-ireland",
102+
SCOTLAND = "scotland",
103103
}
104104

105105
export interface LimitedPartnershipIncorporation {

0 commit comments

Comments
 (0)