|
|
@@ -33,7 +33,7 @@ class TransportationController extends BaseController
|
|
|
$country['freight'] = $transportation[$country['ID']]['freight'] ?? 0;
|
|
|
$country['free_shipping'] = $transportation[$country['ID']]['free_shipping'] ?? 0;
|
|
|
$country['currency_id'] = $transportation[$country['ID']]['currency_id'] ?? 0;
|
|
|
- $country['currency'] = $currencies[$transportation[$country['ID']]['currency_id']]['NAME'] ?? '';
|
|
|
+// $country['currency'] = $currencies[$transportation[$country['ID']]['currency_id']]['NAME'] ?? '';
|
|
|
}
|
|
|
|
|
|
return static::notice(['data' => $countries]);
|