Skip to content

Commit

Permalink
chore: modify doc number carrier
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Jan 30, 2024
1 parent b9d43c0 commit f434bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/routes/ecom/modules/calculate-shipping.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ exports.post = async ({ appSdk }, req, res) => {
label,
carrier: 'Correios',
// https://informederendimentos.com/consulta/cnpj-correios/
carrier_doc_number: '34704060000107',
carrier_doc_number: '34028316000103',
service_code: coProduto,
service_name: serviceName || label,
shipping_line: shippingLine
Expand Down

0 comments on commit f434bb4

Please sign in to comment.