aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Open311.pm')
-rw-r--r--perllib/Open311.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index 330f914ee..078263320 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -169,7 +169,10 @@ sub get_service_request_updates {
my $start_date = shift;
my $end_date = shift;
- my $params = {};
+ my $params = {
+ api_key => $self->api_key,
+ jurisdiction => $self->jurisdiction,
+ };
if ( $start_date || $end_date ) {
return 0 unless $start_date && $end_date;