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

fix parameter name

parent ea1e4def
Branches
Tags
No related merge requests found
...@@ -109,9 +109,9 @@ sub execute { ...@@ -109,9 +109,9 @@ sub execute {
# register needed parameters # register needed parameters
$self->{in} = { $self->{in} = {
email_adress => $parameters{action}, email_address => $parameters{email_address},
style => $parameters{style}, style => $parameters{style},
sp_entityid => $parameters{sp_entityid}, sp_entityid => $parameters{sp_entityid},
authentication_token => $parameters{authentication_token} authentication_token => $parameters{authentication_token}
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment