Frontend profile settings #20

Merged
bilal.catic merged 35 commits from frontend-profileSettings into master 2018-09-20 14:27:03 +02:00
Showing only changes of commit 522417ca28 - Show all commits

View File

@@ -48,8 +48,8 @@ class Wiaas_Countries {
$result = [];
foreach(self::$available_countries as $country){
array_push($result, array(
'idCountry' => $country['id'],
'countryName' => $country['name']
'country_id' => $country['id'],
'country_name' => $country['name']
));
}
return $result;