Skip to content

Commit c7a7a22

Browse files
committed
Merge branch 'bucks-cams-integration' into staging
2 parents c66c2eb + a83d413 commit c7a7a22

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

perllib/Open311/Endpoint/Integration/Cams.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ sub post_service_request {
282282
LinkType => $args->{attributes}->{LinkType},
283283
WKTPoint => "POINT($args->{attributes}->{easting} $args->{attributes}->{northing})",
284284
Type => $args->{service_code},
285+
FMSCode => $args->{attributes}->{fixmystreet_id},
285286
},
286287
'Contact' => {
287288
FirstName => $args->{first_name},

t/open311/endpoint/json/cams/report.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"Location": "Bridge damaged",
1515
"Problem": "Bridge damaged\n\nHandrail has come off",
1616
"Northing": "2",
17-
"LinkCode": "TLE/43418"
17+
"LinkCode": "TLE/43418",
18+
"FMSCode": "1"
1819
},
1920
"Contact": {
2021
"FirstName": "Bob",

0 commit comments

Comments
 (0)