This commit is contained in:
jitendra 2019-10-11 13:50:15 +05:30
parent 381fa408ee
commit 373d313e84
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class InvoiceRepository extends Repository
$this->orderItemRepository->collectTotals($orderItem);
$this->downloadableLinkPurchasedRepository->updateStatus($orderItem);
$this->downloadableLinkPurchasedRepository->updateStatus($orderItem, 'available');
}
$this->collectTotals($invoice);