This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Description
Preconditions (*)
- Storefront with at least one product and guest checkout enabled.
Steps to reproduce (*)
Using only graphql...
- Create cart for guest
- Add product to cart
- Add cart shipping address
- Set cart shipping method
- Set cart billing address
- Set cart payment method
- Place order
Or execute tests added in #614
Expected result (*)
placeOrder mutation should return order increment id
Actual result (*)
Guest checkout currently fails with the error: GraphQL response contains errors: Guest email for cart is missing. Please enter`
I don't see path for adding the guest email to a quote via graphql.