Skip to content

Commit 321a961

Browse files
Merge pull request #738 from sourabhsaini11/draft-TRV14-2.0.0
fix:court jurisdiction value replace with city name
2 parents 9f13f29 + bd951c5 commit 321a961

File tree

1 file changed

+1
-1
lines changed
  • mock-service/src/config/mock-config/TRV14/2.0.0/on_init

1 file changed

+1
-1
lines changed

mock-service/src/config/mock-config/TRV14/2.0.0/on_init/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export async function onInitGenerator(existingPayload: any, sessionData: any) {
123123
"descriptor": {
124124
"code": "COURT_JURISDICTION"
125125
},
126-
"value": "std:011"
126+
"value": "New Delhi"
127127
},
128128
{
129129
"descriptor": {

0 commit comments

Comments
 (0)