diff options
-rw-r--r-- | perllib/FixMyStreet/SendReport/Angus.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/SendReport/Angus.pm b/perllib/FixMyStreet/SendReport/Angus.pm index 4373c3c37..15441cc1f 100644 --- a/perllib/FixMyStreet/SendReport/Angus.pm +++ b/perllib/FixMyStreet/SendReport/Angus.pm @@ -148,8 +148,6 @@ sub send { my $authresult = $angus_service->AuthenticateJADU(); my $authtoken = $self->get_auth_token( $authresult ); # authenticationtoken, CallerId, CallerAddressId, DeliveryId, DeliveryAddressId, CRMRequestType, JADUXFormRef, PaymentRef, JADUFormFields - my $message = ent(encode_utf8($h->{message})); - my $name = ent(encode_utf8($h->{name})); my $result = $angus_service->CreateServiceRequest( $authtoken, '1', '1', '1', '1', $self->crm_request_type($row, $h), 'FMS', '', $self->jadu_form_fields($row, $h) |