Skip to content

Commit

Permalink
Update import-order-status.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 authored Sep 2, 2024
1 parent d8ef15e commit 0614898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/lib/mandabem/import-order-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = async (
const { number } = order
logger.info(`Tracking #${storeId} ${number}`)
const { data } = await axios.post(
'https://mandabem.com.br/ws/gerar_envio',
'https://mandabem.com.br/ws/envio',
qs.stringify({
ref_id: number,
plataforma_id: mandaBemId,
Expand Down

0 comments on commit 0614898

Please sign in to comment.