Skip to content

Commit

Permalink
chore: log for free shipping
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis committed Jul 7, 2023
1 parent db01e49 commit b99beea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functions/routes/ecom/modules/calculate-shipping.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ exports.post = ({ appSdk }, req, res) => {
lowestPriceShipping.discount = discount
}
}

console.log('shipping line', JSON.stringify(shippingLine))
console.log('Free shipping', JSON.stringify(lowestPriceShipping))
console.log('Response', JSON.stringify(response))
res.send(response)
} else {
// console.log(data)
Expand Down

0 comments on commit b99beea

Please sign in to comment.