Skip to content

Commit

Permalink
Merge branch '4551-merton-ggw-transfers' into commercial-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
MorayMySoc committed Nov 1, 2024
2 parents e3db075 + 37d6c1e commit 6a5ac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/Roles/Cobrand/Echo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ sub bin_addresses_for_postcode {
sub _allow_async_echo_lookup {
my $self = shift;
my $action = $self->{c}->action;
return 0 if $action eq 'waste/pay_retry' || $action eq 'waste/direct_debit_error' || $action eq 'waste/calendar_ics';
return 0 if $action eq 'waste/pay_retry' || $action eq 'waste/direct_debit_error' || $action eq 'waste/calendar_ics' || $action eq 'waste/garden_transfer';
return 1;
}

Expand Down

0 comments on commit 6a5ac25

Please sign in to comment.