Added taxable flag

This commit is contained in:
2026-03-17 12:25:58 -04:00
parent f81fe0ef87
commit 24e3e4ba82
5 changed files with 20 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ class ItemSyncService < SyncServiceBase
end
map_attribute :active, :active?
map_attribute :taxable, :taxable?
map_attributes :description, :id, :name, :sku, :type, :unit_price
end