aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311.pm
diff options
context:
space:
mode:
authorJedidiah Broadbent <hello@jedidiah.eu>2012-10-08 14:42:51 +0100
committerJedidiah Broadbent <hello@jedidiah.eu>2012-10-08 14:42:51 +0100
commit75b5408430165c1e032bd97ae93beb98f81af0b5 (patch)
treefd3e4d7633dd8b1e3d0633efa9f44caacbc35194 /perllib/Open311.pm
parent2a23e09f479319e78490d67e52d8dfec969a96f0 (diff)
parent0b29251ad6bd71091bdb314fc7504a1eaaea3d22 (diff)
Merge branch 'stevenage' of ssh://git.mysociety.org/data/git/public/fixmystreet into stevenage
Diffstat (limited to 'perllib/Open311.pm')
-rw-r--r--perllib/Open311.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index f40481c81..b81cb978a 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -15,7 +15,7 @@ has test_mode => ( is => 'ro', isa => 'Bool' );
has test_uri_used => ( is => 'rw', 'isa' => 'Str' );
has test_req_used => ( is => 'rw' );
has test_get_returns => ( is => 'rw' );
-has endpoints => ( is => 'rw', default => sub { { services => 'services.xml', requests => 'requests.xml', service_request_updates => 'update.xml', update => 'update.xml' } } );
+has endpoints => ( is => 'rw', default => sub { { services => 'services.xml', requests => 'requests.xml', service_request_updates => 'servicerequestupdates.xml', update => 'servicerequestupdates.xml' } } );
has debug => ( is => 'ro', isa => 'Bool', default => 0 );
has debug_details => ( is => 'rw', 'isa' => 'Str', default => '' );
has success => ( is => 'rw', 'isa' => 'Bool', default => 0 );