This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
[Checkout] Replace usage of CartItemQuantity with CartItemInterface #890
Labels
Architects: approved
Issue is checked and approved by architecture team.
Checkout
Contribution Day
Tickets is good for start on Contribution Day
documentation-completed
Fixed in 2.3.x
Milestone
Acceptance criteria:
ShippingCartAddress
has fieldcart_items
, which should returnCartItemInterface
instead ofCartItemQuantity
CartItemQuantity
should be deprecated (so this type can be completely removed in the future releases)CartItemInterface
is wider thanCartItemQuantity
, custom resolver may need to be implemented for the missing fieldsitems_weight
inShippingCartAddress
The text was updated successfully, but these errors were encountered: