Skip to content

Commit e579325

Browse files
committed
MAGETWO-37070: Increment Id doesn't set to quote
1 parent b4eb24a commit e579325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Quote/Model/QuoteManagement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ protected function submitQuote(QuoteEntity $quote, $orderData = [])
349349
$this->customerManagement->populateCustomerInfo($quote);
350350
}
351351
$addresses = [];
352+
$quote->reserveOrderId();
352353
if ($quote->isVirtual()) {
353354
$this->dataObjectHelper->mergeDataObjects(
354355
'\Magento\Sales\Api\Data\OrderInterface',

0 commit comments

Comments
 (0)