Releases: scandipwa/quote-graphql
Releases · scandipwa/quote-graphql
Patch: Adjust GraphQl resolver to support Magento 2.4.7
Patch: Bug fix
Patch: Disabled ProductAttributesExtender class to reduce add to cart time
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
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
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
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
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
What's inside
- Getting cart using default Magento functions. Related to #99
That's all there is to it :)
Patch: Parameter for checking cartItem
Patch: Parent Constructor Call Fix
What's inside
- Removed unnecessary parent constructor call since it produced the error. Related to #97
That's all there is to it! :)