You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/QuoteGraphQl/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,10 @@ You can get more information about [GraphQl In Magento 2](https://devdocs.magent
65
65
-`setPaymentMethodOnCart` mutation - defines which payment method to apply to the cart.
66
66
[Learn more about setPaymentMethodOnCart mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/set-payment-method.html).
67
67
68
-
-`setGuestEmailOnCart` mutation - assigns email to the quest cart.
68
+
-`setGuestEmailOnCart` mutation - assigns email to the guest cart.
69
69
[Learn more about setGuestEmailOnCart mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/set-guest-email.html).
70
70
71
-
-`setPaymentMethodAndPlaceOrder` mutation - sets the cart payment method and converts the cart into an order. This mutation has been deprecated. Use the `setPaymentMethodOnCart` and `placeOrder` mutations instead.
71
+
-`setPaymentMethodAndPlaceOrder` mutation - sets the cart payment method and converts the cart into an order. **This mutation has been deprecated**. Use the `setPaymentMethodOnCart` and `placeOrder` mutations instead.
72
72
[Learn more about setPaymentMethodAndPlaceOrder mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/set-payment-place-order.html).
73
73
74
74
-`mergeCarts` mutation - transfers the contents of a guest cart into the cart of a logged-in customer.
0 commit comments