Skip to content

Commit e66921f

Browse files
committed
chore: update log for etiqueta
1 parent 761f0a8 commit e66921f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

functions/lib/jadlog/create-tag.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ module.exports = async (order, token, storeId, appData, appSdk, auth) => {
139139
}
140140
).then(({ data }) => {
141141
console.log('>> Jadlog created tag', data.status, data.shipmentId)
142+
if (data.etiqueta) {
143+
console.log('Log etiqueta', JSON.stringify(data.etiqueta))
144+
}
142145
if (data.shipmentId) {
143146
return appSdk.apiRequest(
144147
storeId,

0 commit comments

Comments
 (0)