Merge pull request #1608 from jitendra-webkul/jitendra

Issue #1607 fixed
This commit is contained in:
Jitendra Singh 2019-10-11 13:51:17 +05:30 committed by GitHub
commit 3a040b8ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);