product detail

This commit is contained in:
merdan 2023-06-07 12:37:56 +05:00
parent 911b29ea4e
commit 309484ff7c
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class OrderResource extends JsonResource
'shipping_description' => $this->shipping_description, 'shipping_description' => $this->shipping_description,
'shipping_date' => $this->deliveryDate() ?? " ", 'shipping_date' => $this->deliveryDate() ?? " ",
'coupon_code' => $this->coupon_code, 'coupon_code' => $this->coupon_code,
// 'is_gift' => $this->is_gift,
'total_item_count' => (int) $this->total_item_count, 'total_item_count' => (int) $this->total_item_count,
'total_qty_ordered' => (int) $this->total_qty_ordered, 'total_qty_ordered' => (int) $this->total_qty_ordered,
'grand_total' => (double) ($this->grand_total - $this->grand_total_refunded), 'grand_total' => (double) ($this->grand_total - $this->grand_total_refunded),