/home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api
Edit: /home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api/CountrySpecs.php (977B)
_get("country_specs/{$country}");
}
/**
* Returns a list of all the connected country specs.
*
* @param array $parameters
* @return array
*/
public function all(array $parameters = [])
{
return $this->_get('country_specs', $parameters);
}
}