This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Description
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?