|
@@ -178,7 +178,7 @@ class Orders extends Api
|
|
|
$order= Order::with(['info','info.refund','address','logistics','logistics.com','voucher'])->findOrFail($orderId);
|
|
|
foreach ($order['info'] as $info){
|
|
|
$info->append(['goods','sku']);
|
|
|
- Refund::makeRefundConfig($info);
|
|
|
+ Refund::makeRefundConfig($info,true,true);
|
|
|
}
|
|
|
|
|
|
return $order;
|