diff --git a/application/third_party/ctmobilefirst/controllers/api.php b/application/third_party/ctmobilefirst/controllers/api.php index b50b5398..cc658f95 100644 --- a/application/third_party/ctmobilefirst/controllers/api.php +++ b/application/third_party/ctmobilefirst/controllers/api.php @@ -73,7 +73,7 @@ class Api extends CI_Controller { $price = $this->api_model->getTourPrice($param); $result["pricecn"]=$price; if (is_numeric($price)){ - $price = $this->currency->calc_show_price($this->currency->convert_moneny_by_char($price,"USD")); + $price = $this->currency->calc_show_price($price); }else{ $price = "0"; }