diff --git a/src/shopsync.lua b/src/shopsync.lua index 6715eb2..c4de422 100644 --- a/src/shopsync.lua +++ b/src/shopsync.lua @@ -61,9 +61,11 @@ for i, product in ipairs(ctx.products) do table.insert(txMsg.items, { prices = { - value = product.price, - currency = "KST", - address = product.metaname .. "@" .. ctx.config.name .. ".kst" + { + value = product.price, + currency = "KST", + address = product.metaname .. "@" .. ctx.config.name .. ".kst" + } }, item = { name = product.id,