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
{{ message }}
This repository was archived by the owner on Jun 3, 2022. It is now read-only.
Anyone have any idea what would cause $keyValuePairs to be empty and is there a different way we should be calling query(); so that it returns a useful error?
Hi,
When using the API with our minfraud account we do this:
$ccfs->query();
and randomly, sometimes this happens:
Undefined offset: 1
The full trace is pointing to this:
list($key, $value) = explode('=', $keyValuePairs[$i]);
Anyone have any idea what would cause $keyValuePairs to be empty and is there a different way we should be calling query(); so that it returns a useful error?