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

[Cart Operation] Cannot Checkout as Guest #615

Closed
@pmclain

Description

@pmclain

Preconditions (*)

  1. Storefront with at least one product and guest checkout enabled.

Steps to reproduce (*)

Using only graphql...

  1. Create cart for guest
  2. Add product to cart
  3. Add cart shipping address
  4. Set cart shipping method
  5. Set cart billing address
  6. Set cart payment method
  7. Place order

Or execute tests added in #614

Expected result (*)

  1. placeOrder mutation should return order increment id

Actual result (*)

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions