-
Notifications
You must be signed in to change notification settings - Fork 153
[Checkout coverage] Place order concept #404
Conversation
# Conflicts: # app/code/Magento/QuoteGraphQl/etc/schema.graphqls
/** | ||
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_check_payment.php | ||
*/ | ||
public function testPlaceOrderWithOutOfStockProduct() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it cover the situation here #437 Screenshot 2?
I believe it doesn't even if problem doesn't appear here. Actually I haven't tested "Place order concept" yet
Hello. I cannot place order on guest cart when shipping and payment methods are set on front. |
Hi @galaoleksandr. Could you provide more information about the error message you are getting? In case of shipping method, it's being submitted to the backend once you go from shipping to payment step. The payment method submitted to the backend only after placing an order Thank you |
Hi @rogyar. I've tried to set payment method using GraphQl Playground. Now I get the next error: |
Hi @galaoleksandr. Were you able to place an order (I see the label removed)? I can provide you with detailed steps. Thank you |
Hi @rogyar, thank you for your contribution! |
Description (*)
This PR introduces a new mutation for placing an order. In order to place the order, the quote (cart) should contain a product as well as shipping/billing data assigned.
Fixed Issues (if relevant)
Manual testing scenarios (*)