From f44cd4682389d394129a89ee44005b7842b41964 Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Thu, 24 Jul 2014 14:23:01 +0000 Subject: Open311. Remove extraneous 'jurisdiction' parameter This parameter was added in 3eb93cea4acd5f9b76efdc0910466363a0b9b445 and is superfluous (as jurisdiction*_id* is the correct parameter, and is already sent.) That commit mentions only api_key so understand this wrong parameter is an artefact. --- perllib/Open311.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perllib/Open311.pm b/perllib/Open311.pm index 4f9b948ce..1ab60bd4e 100644 --- a/perllib/Open311.pm +++ b/perllib/Open311.pm @@ -229,7 +229,6 @@ sub get_service_request_updates { my $params = { api_key => $self->api_key, - jurisdiction => $self->jurisdiction, }; if ( $start_date || $end_date ) { -- cgit v1.2.3