Skip to content

Commit

Permalink
chore: get log for calc
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Jul 6, 2024
1 parent c6abd9e commit ca0e469
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions/lib/correios-calculate.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ const calculate = async ({
}
return _params
})
if (storeId == 51504) {
console.log('log body calc', JSON.stringify(correiosParams))
}
return Promise.all([
correios.post('/preco/v1/nacional', {
idLote: '1',
Expand Down

0 comments on commit ca0e469

Please sign in to comment.