Skip to content

Commit 52c72cd

Browse files
committed
Improve PR
1 parent ff21e6d commit 52c72cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/QuoteGraphQl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ You can get more information about [GraphQl In Magento 2](https://devdocs.magent
6565
- `setPaymentMethodOnCart` mutation - defines which payment method to apply to the cart.
6666
[Learn more about setPaymentMethodOnCart mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/set-payment-method.html).
6767

68-
- `setGuestEmailOnCart` mutation - assigns email to the quest cart.
68+
- `setGuestEmailOnCart` mutation - assigns email to the guest cart.
6969
[Learn more about setGuestEmailOnCart mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/set-guest-email.html).
7070

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.
7272
[Learn more about setPaymentMethodAndPlaceOrder mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/set-payment-place-order.html).
7373

7474
- `mergeCarts` mutation - transfers the contents of a guest cart into the cart of a logged-in customer.

0 commit comments

Comments
 (0)