Skip to content

Releases: scandipwa/quote-graphql

Patch: Adjust GraphQl resolver to support Magento 2.4.7

14 Jul 20:33
6716106
Compare
Choose a tag to compare

What's inside

  • Adjust GraphQl resolver to support Magento 2.4.7 #108

That's all there is to it :)

Patch: Bug fix

04 Apr 09:09
9f22b03
Compare
Choose a tag to compare

What's inside

  • Fix add to cart for simple products with options #107

That's all there is to it :)

Patch: Disabled ProductAttributesExtender class to reduce add to cart time

14 Sep 14:19
3cc5aa5
Compare
Choose a tag to compare

What's inside

  • We disabled a plugin Magento\QuoteGraphQl\Plugin\ProductAttributesExtender. Related to #104.

That's all there is to it :)

Patch: Remove error about out of stock item in cart

04 Aug 10:28
53718f1
Compare
Choose a tag to compare

What's inside

  • Remove error about out of stock item in cart. Related to #103

That's all there is to it :)

Patch: Fix for Zero Subtotal Checkout payment method

01 Aug 11:38
3a368ed
Compare
Choose a tag to compare

What's inside

  • Only 'Zero Subtotal Checkout' payment method is shown on billing step if price total 0. Related to #102

That's all there is to it :)

Patch: Returns only free payment if available

27 Jul 11:44
eb724b5
Compare
Choose a tag to compare

What's inside

  • Only 'Zero Subtotal Checkout' payment method is shown on the billing step if the price totals 0. Related to #100

That's all there is to it :)

Patch: Call post processor for products

27 Jul 11:29
43522b7
Compare
Choose a tag to compare

What's inside

  • Here we fixed the issue that the products didn`t have salable qty. Related to #101

That's all there is to it :)

3.0.0: Using M2.4.4 functions

18 Jul 18:37
35df848
Compare
Choose a tag to compare

What's inside

  • Getting cart using default Magento functions. Related to #99

That's all there is to it :)

Patch: Parameter for checking cartItem

09 Jun 19:13
78ee6b0
Compare
Choose a tag to compare

What's inside

  • Creates a parameter for checking the cartItem. Related to #96
  • Reverts the previous solution. Related to #98

That's all there is to it :)

Patch: Parent Constructor Call Fix

26 May 00:42
e6f2df4
Compare
Choose a tag to compare

What's inside

  • Removed unnecessary parent constructor call since it produced the error. Related to #97

That's all there is to it! :)