Added support for item name & sku. Also added manual sync link

This commit is contained in:
2026-03-11 19:36:27 -04:00
parent 1febdc3e04
commit bfdf6b3065
7 changed files with 82 additions and 10 deletions

View File

@@ -29,6 +29,8 @@ class ItemSyncService < SyncServiceBase
local.description = remote.description
local.unit_price = remote.unit_price
local.active = remote.active?
local.name = remote.name
local.sku = remote.sku
end
def log(msg)