diff --git a/packages/Sarga/API/Http/Resources/Customer/OrderResource.php b/packages/Sarga/API/Http/Resources/Customer/OrderResource.php index 6d7dcee56..66b59842e 100644 --- a/packages/Sarga/API/Http/Resources/Customer/OrderResource.php +++ b/packages/Sarga/API/Http/Resources/Customer/OrderResource.php @@ -34,12 +34,12 @@ class OrderResource extends JsonResource 'shipping_description' => $this->shipping_description, 'shipping_date' => $this->deliveryDate() ?? " ", 'coupon_code' => $this->coupon_code, - 'is_gift' => $this->is_gift, +// 'is_gift' => $this->is_gift, 'total_item_count' => (int) $this->total_item_count, 'total_qty_ordered' => (int) $this->total_qty_ordered, - 'base_currency_code' => $this->base_currency_code, - 'channel_currency_code' => $this->channel_currency_code, - 'order_currency_code' => $this->order_currency_code, +// 'base_currency_code' => $this->base_currency_code, +// 'channel_currency_code' => $this->channel_currency_code, +// 'order_currency_code' => $this->order_currency_code, 'grand_total' => (double) $this->grand_total, 'formatted_grand_total' => core()->formatPrice($this->grand_total, $this->order_currency_code), 'total_weight' => $this->items->sum('total_weight'), diff --git a/packages/Webkul/Shop/src/Resources/views/layouts/footer/footer.blade.php b/packages/Webkul/Shop/src/Resources/views/layouts/footer/footer.blade.php index ab522cf6f..6ac294630 100755 --- a/packages/Webkul/Shop/src/Resources/views/layouts/footer/footer.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/layouts/footer/footer.blade.php @@ -25,8 +25,6 @@ @endif - {!! DbView::make(core()->getCurrentChannel())->field('footer_content')->render() !!} -