Skip to content

Commit

Permalink
Update create-tag.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 authored Sep 25, 2024
1 parent 7c90b27 commit 8fd643c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/lib/kangu/create-tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ module.exports = async ({
altura: 4,
largura: 16,
comprimento: 24,
valor: order.amount?.subtotal || 0
valor: order.amount?.subtotal || 0,
produto: `Pedido #${order.number}`
}]
} else if (order.items) {
data.produtos = []
Expand Down

0 comments on commit 8fd643c

Please sign in to comment.