Skip to content

Commit

Permalink
Add quote_id to api_session_id. (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: MykolaMalovanets <[email protected]>
  • Loading branch information
nmalevanec and MykolaMalovanets committed Dec 12, 2023
1 parent f960e64 commit be63888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Checkout/Api/Bold/Orders/BoldOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static function init(Mage_Sales_Model_Quote $quote, $flowId = self::FLOW_
{
$body = [
'flow_id' => $flowId,
'api_session_id' => (string)$quote->getId(),
'cart_items' => Bold_Checkout_Service_Extractor_Quote_Item::extractLineItems($quote),
'actions' => Bold_Checkout_Service_QuoteActionManager::generateActionsData($quote),
'order_meta_data' => [
Expand Down

0 comments on commit be63888

Please sign in to comment.