We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470949b commit bd7c537Copy full SHA for bd7c537
perllib/Open311/Endpoint/Integration/UK/BANES.pm
@@ -50,7 +50,7 @@ sub _map_from_new_id {
50
my ($self, $code, $type) = @_;
51
52
my $integration;
53
- if ($type eq 'service') {
+ if ($type eq 'service' || $type eq 'request') {
54
if ($code =~ /$email_regex/) {
55
$integration = 'Passthrough';
56
} else {
0 commit comments