diff options
-rwxr-xr-x | bin/send-comments | 2 | ||||
-rw-r--r-- | perllib/Open311/GetServiceRequestUpdates.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/send-comments b/bin/send-comments index d6496fb57..4955cb2f3 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -71,7 +71,7 @@ while ( my $council = $councils->next ) { if ( $council->area_id =~ /2482/ ) { my $endpoints = $o->endpoints; $endpoints->{update} = 'update.xml'; - $endpoints->{service_requests_updates} = 'update.xml'; + $endpoints->{service_request_updates} = 'update.xml'; $o->endpoints( $endpoints ); } diff --git a/perllib/Open311/GetServiceRequestUpdates.pm b/perllib/Open311/GetServiceRequestUpdates.pm index 25b960aa7..0b4e037fd 100644 --- a/perllib/Open311/GetServiceRequestUpdates.pm +++ b/perllib/Open311/GetServiceRequestUpdates.pm @@ -35,7 +35,7 @@ sub fetch { if ( $council->area_id =~ /2482/ ) { my $endpoints = $o->endpoints; $endpoints->{update} = 'update.xml'; - $endpoints->{service_requests_updates} = 'update.xml'; + $endpoints->{service_request_updates} = 'update.xml'; $o->endpoints( $endpoints ); } |