- Issue created by @rossb89
- Merge request !4#3495027 - Fix incorrectly named variable used when checking client_ip_address... → (Open) created by rossb89
It is currently not possible to override client_ip_address
and client_user_agent
parts of the user data as there is an incorrectly named variable inside of MetaClient::sendRequest()
.
At the moment, you can pass in client_ip_address
and client_user_agent
but due to the incorrectly named variable, the values won't be found and it will fall back to setting the two values at this point in time instead.
Call the ::sendRequest()
method from the MetaClient
and pass in client_ip_address
and client_user_agent
as part of the $userData parameter. Those values won't be used and the values will be generated by the fallback code.
Fix the incorrectly named variable.
Code the fix.
N/A
N/A
N/A
Active
1.0
Code