Skip to content

Commit b572c7a

Browse files
committed
Merge branch 'MAGETWO-55695' of github.com:magento-firedrakes/magento2ce into MAGETWO-55695
2 parents 31fe2bd + 4be2ef2 commit b572c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Service/CreditmemoService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private function getInvoiceRepository()
269269
{
270270
if ($this->invoiceRepository === null) {
271271
$this->invoiceRepository = \Magento\Framework\App\ObjectManager::getInstance()
272-
->get(\Magento\Sales\Api\OrderRepositoryInterface::class);
272+
->get(\Magento\Sales\Api\InvoiceRepositoryInterface::class);
273273
}
274274
return $this->invoiceRepository;
275275
}

0 commit comments

Comments
 (0)