This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
v3.7.17
What's Changed
- Added
Modifiers
andModifierGroups
Common Models. - Added
Discounts
model toOrders
Common Model. - Added
Taxes
toOrders
Common Model. - Added
name
,type
,category
, andjurisdiction
toTaxes
Common Model. - Renamed
taxCode
tocode
,taxRate
torate
,taxAmount
toamount
inTaxes
Common Model. - Added
tax
,discount
,discountLines
toItems
Common Model. - Changed
tax
inProducts
Common Model to an array ofTaxes
. - Add
parentId
toCategories
Common Model.
Full Changelog: v3.7.16...v3.7.17