Skip to content
Snippets Groups Projects
Commit ea1e4def authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

replace contacts on the fly if needed

parent a100db5e
No related branches found
No related tags found
No related merge requests found
......@@ -289,6 +289,13 @@ sub req_select_sp {
}
}
if ($self->{configuration}->{dev_sp_contact}) {
# replace SP contacts
$provider->contacts(
split(/, */, $self->{configuration}->{dev_sp_contact})
);
}
$self->{out}->{provider} = $provider;
$self->{out}->{subtitle} = 'Select your Service Provider';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment