diff --git a/src/shopsync.lua b/src/shopsync.lua index 7025d88..8cf840d 100644 --- a/src/shopsync.lua +++ b/src/shopsync.lua @@ -20,7 +20,7 @@ local txMsg = { type = "ShopSync", info = { - name = ctx.config.name, + name = ctx.config.name .. ".kst", description = ctx.config.tagline, multiShop = shopSync.multiShop, software = { @@ -63,7 +63,7 @@ prices = { value = product.price, currency = "KST", - address = product.metaname .. "@" .. ctx.config.name + address = product.metaname .. "@" .. ctx.config.name .. ".kst" }, item = { name = product.id,