product detail
This commit is contained in:
parent
911b29ea4e
commit
309484ff7c
|
|
@ -34,7 +34,6 @@ class OrderResource extends JsonResource
|
|||
'shipping_description' => $this->shipping_description,
|
||||
'shipping_date' => $this->deliveryDate() ?? " ",
|
||||
'coupon_code' => $this->coupon_code,
|
||||
// 'is_gift' => $this->is_gift,
|
||||
'total_item_count' => (int) $this->total_item_count,
|
||||
'total_qty_ordered' => (int) $this->total_qty_ordered,
|
||||
'grand_total' => (double) ($this->grand_total - $this->grand_total_refunded),
|
||||
|
|
|
|||
Loading…
Reference in New Issue