diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-12 16:18:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-12 16:18:17 +0000 |
commit | 4c1a483e4baa821c7d7b75e1bcef293ab13919ed (patch) | |
tree | 0d0994dc4ffa9b45d7dcec2d2ec40dd2e5449abd /perllib/Open311/PostServiceRequestUpdates.pm | |
parent | 2af88a4986b5fc951bdef0586f487735789d36d8 (diff) | |
parent | 435d15a06bd845bbcadc603b5a9a7ca88b7b403d (diff) |
Merge branch 'open311-hook-update-params'
Diffstat (limited to 'perllib/Open311/PostServiceRequestUpdates.pm')
-rwxr-xr-x | perllib/Open311/PostServiceRequestUpdates.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/Open311/PostServiceRequestUpdates.pm b/perllib/Open311/PostServiceRequestUpdates.pm index c8ff2130f..1f080b168 100755 --- a/perllib/Open311/PostServiceRequestUpdates.pm +++ b/perllib/Open311/PostServiceRequestUpdates.pm @@ -38,6 +38,7 @@ sub open311_params { jurisdiction => $body->jurisdiction, api_key => $body->api_key, extended_statuses => $body->send_extended_statuses, + fixmystreet_body => $body, ); my $cobrand = $body->get_cobrand_handler; |