Production release
This commit is contained in:
@@ -9,7 +9,6 @@ $countries = ioAPIv2($api_url,'',$clientsecret);
|
||||
//Decode Payload
|
||||
if (!empty($countries)){$countries = json_decode($countries,true);}else{$countries = null;}
|
||||
|
||||
var_dump($countries);
|
||||
//CountryID mapping
|
||||
$countryMap = array_column($countries, 'country', 'id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user