|
@@ -129,7 +129,7 @@ class ShippingTemplateController
|
|
|
'first_price' => $area['first_price'] ?? 0,
|
|
'first_price' => $area['first_price'] ?? 0,
|
|
|
'next_price' => $area['next_price'] ?? 0,
|
|
'next_price' => $area['next_price'] ?? 0,
|
|
|
'area_type' => 'special',
|
|
'area_type' => 'special',
|
|
|
- 'area_name' => $area['name'] ?? '',
|
|
|
|
|
|
|
+ 'area_name' => $area['area_name'] ?? '',
|
|
|
'regions' => !empty($area['regions']) ? json_encode($area['regions']) : null
|
|
'regions' => !empty($area['regions']) ? json_encode($area['regions']) : null
|
|
|
];
|
|
];
|
|
|
|
|
|
|
@@ -220,7 +220,7 @@ class ShippingTemplateController
|
|
|
'first_price' => $area['first_price'] ?? 0,
|
|
'first_price' => $area['first_price'] ?? 0,
|
|
|
'next_price' => $area['next_price'] ?? 0,
|
|
'next_price' => $area['next_price'] ?? 0,
|
|
|
'area_type' => 'special',
|
|
'area_type' => 'special',
|
|
|
- 'area_name' => $area['name'] ?? '',
|
|
|
|
|
|
|
+ 'area_name' => $area['area_name'] ?? '',
|
|
|
'regions' => !empty($area['regions']) ? json_encode($area['regions']) : null
|
|
'regions' => !empty($area['regions']) ? json_encode($area['regions']) : null
|
|
|
];
|
|
];
|
|
|
|
|
|