$this->id, 'carrier' => $this->carrier, 'carrier_title' => $this->carrier_title, 'method' => $this->method, 'method_title' => $this->method_title, 'method_description' => $this->method_description, 'price' => $this->price, 'formatted_price' => core()->formatPrice($this->base_price), ]; } }