Skip to content

v0.0.6

Compare
Choose a tag to compare
@mbramson mbramson released this 03 Mar 19:27
· 71 commits to master since this release
  • Adds the CatalogApi.CartItem{} struct for handling methods which return items in a user's cart. These items contain some different fields than the existing CatalogApi.Item{} struct. For now the only function that uses this struct is CatalogApi.cart_view/2. (#2)