Commit 3cc3dfd0 by Tobin

Merge branch 'master' into 'dev_production'

dc See merge request !300
parents 324ed583 b4c188ac
......@@ -462,7 +462,7 @@ class Webservice_model extends CI_Model {
'longitude'=>$rs->longitude,
'has_payment'=>$rs->has_payment,
'currency_symbol'=>$countryData['currency_symbol'],
'is_demo'=>$countryData['directory_listing']
'is_demo'=>$rs->directory_listing
);
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