Magento 2.3.5 support
What's inside
- Magento 2.3.5 support
Feature breakdown
Important notes
Magento 2.3.5 specific changes:
- Got rid of
customer.id
mentions, this field got removed. - Replaced all occurrences of
savePaymentInformationAndPlaceOrder
tosavePaymentMethodAndPlaceOrder
, a process of order placement is now different:- First, we set payment method on cart, using
SetPaymentMethodOnCart
mutation - Next, we place order: call
PlaceOrder
mutation to finally place order
- First, we set payment method on cart, using