Uncaught Error: Attempt to assign property "ip_address" on null in /XXXX/autharmor/AuthArmor.php:156 I added $post->origin_location_data = new stdClass(); after $post = new stdClass(); in the following 2 functions auth_request_async and auth_request
Uncaught Error: Attempt to assign property "ip_address" on null in /XXXX/autharmor/AuthArmor.php:156
I added
$post->origin_location_data = new stdClass();
after
$post = new stdClass();
in the following 2 functions auth_request_async and auth_request