Skip to content

Commit bd7c537

Browse files
committed
fixup! [Open311][BANES] Makes Banes a multi and adds Passthrough
1 parent 470949b commit bd7c537

File tree

1 file changed

+1
-1
lines changed
  • perllib/Open311/Endpoint/Integration/UK

1 file changed

+1
-1
lines changed

perllib/Open311/Endpoint/Integration/UK/BANES.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sub _map_from_new_id {
5050
my ($self, $code, $type) = @_;
5151

5252
my $integration;
53-
if ($type eq 'service') {
53+
if ($type eq 'service' || $type eq 'request') {
5454
if ($code =~ /$email_regex/) {
5555
$integration = 'Passthrough';
5656
} else {

0 commit comments

Comments
 (0)