Skip to content

v4.0.4: fix Position is ignored when set to 0 for `CartItem` / `ReturnedCartItem`

Compare
Choose a tag to compare
@altJake altJake released this 27 Mar 09:04
· 22 commits to master since this release
07c63af

Summary

Integration API

Fix zero-position ReturnedCartItems are ignored

We fixed a bug in which the Position field of CartItem models with a valid value of 0 are ignored and resulted in an error by the endpoint (#23)

☝️ Back to Table of Contents