Closed EmilMassey closed 4 years ago
I think displaying order's state would be useful for some, though. Do you think we should add it to the view? I could work on implementation in other PR.
The default state is probably cart
for carts and only completed
for orders.
Thanks, Emil! :1st_place_medal:
I think the intention here was to display order's state (then the enum would be correct), but in fact checkout state is returned as in
Cart
definition.Note that the checkout state will always be
completed
for placed orders.