Skip to content

Commit

Permalink
chore(export-order): add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wisley7l committed Sep 27, 2024
1 parent d0cae76 commit 7285833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/lib/integration/export-order.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ module.exports = ({ appSdk, storeId, auth }, blingStore, _blingDeposit, queueEnt
}

if (order.items?.length !== itemsBling?.length) {
logger.warn(`Bling Item(s) not found orderItems: ${JSON.stringify(order.items)} => blingItems${JSON.stringify(itemsBling)}`)
logger.warn(`Bling Item(s) not found orderItems: ${JSON.stringify(order.items)} => blingItems'${JSON.stringify(itemsBling)}`)
throw new Error('Bling Item(s) not found')
}

Expand Down

0 comments on commit 7285833

Please sign in to comment.