Skip to content

Commit

Permalink
Add quote_id to api_session_id.
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMalovanets authored and CalinR committed Dec 12, 2023
1 parent f65e7ea commit be33c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/Order/InitOrderFromQuote.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function init(CartInterface $quote, string $flowId = self::FLOW_ID): arra
$websiteId = (int)$quote->getStore()->getWebsiteId();
$body = [
'flow_id' => $flowId,
'api_session_id' => (string)$quote->getId(),
'cart_items' => $this->getCartLineItems->getItems($quote),
'actions' => $this->quoteAction->getActionsData($quote),
'order_meta_data' => [
Expand Down

0 comments on commit be33c62

Please sign in to comment.