orderFreight = $order->getFreightManager(); parent::__construct($order); } public function validate() { return true; } }