Diglin\Ricardo\Services\System::getCountriesResult
Get the countries result
The Ricardo API returns: <pre> { "GetCountriesResult": { "Countries": [{ "CountryId": "INT", "CountryName": "TEXT", }, { "CountryId": "INT", "CountryName": "TEXT", }] } } </pre>
Signature
public function getCountriesResult(array
$data )
Parameters
$data
— array
Returns
- array