Commit b4c188ac by Tobin

dc

parent 99adc229
...@@ -462,7 +462,7 @@ class Webservice_model extends CI_Model { ...@@ -462,7 +462,7 @@ class Webservice_model extends CI_Model {
'longitude'=>$rs->longitude, 'longitude'=>$rs->longitude,
'has_payment'=>$rs->has_payment, 'has_payment'=>$rs->has_payment,
'currency_symbol'=>$countryData['currency_symbol'], 'currency_symbol'=>$countryData['currency_symbol'],
'is_demo'=>$countryData['directory_listing'] 'is_demo'=>$rs->directory_listing
); );
array_push($response, $resData); array_push($response, $resData);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment