You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnitPay::checkHandlerRequest
Retrieving IP from $_SERVER['REMOTE_ADDR'] could lead to error while PROXY is being used on partner's site. For example: cloudflare.com.
It would be better to add optional $ip param to method and PROXY option in __constructor.