_coreRegistry->registry('current_invoice'); } /** * Retrieve carriers * * @return array */ protected function _getCarriersInstances() { return $this->_shippingConfig->getAllCarriers($this->getInvoice()->getStoreId()); } }