$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, 'formated_price' => core()->formatPrice($this->price, $cart->cart_currency_code), 'base_price' => $this->base_price, 'formated_base_price' => core()->formatBasePrice($this->base_price), 'created_at' => $this->created_at, 'updated_at' => $this->updated_at ]; } }