Skip to content

Magento 2.3.5 support

Compare
Choose a tag to compare
@alfredsgenkins alfredsgenkins released this 18 May 15:47
929b3d4

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 to savePaymentMethodAndPlaceOrder, 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