Ejemplo n.º 1
0
 public function get_currency_type_string($currency_type)
 {
     return CurrencyFactory::get_currency_type_string(json_decode($currency_type, TRUE)['currency']);
 }