getOrderDetail($order_id); $order_detail = $order_detail_result['data']; $this->assign('order_detail', $order_detail); $this->assign('http_type', get_http_type()); return $this->fetch('cashorder/detail'); } }