Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsSalableOptionPlugin afterGetUsedProducts is not getting called #3397

Open
adarshkhatri opened this issue Sep 12, 2023 · 1 comment
Open

Comments

@adarshkhatri
Copy link

adarshkhatri commented Sep 12, 2023

Preconditions (*)

  1. 2.4.4-p1

Steps to reproduce (*)

  1. The plugin is not added for GQL
<type name="Magento\ConfigurableProduct\Model\Product\Type\Configurable">
        <plugin name="is_option_salable" type="Magento\InventoryConfigurableProduct\Plugin\Model\Product\Type\Configurable\IsSalableOptionPlugin"/>
    </type>
  1. It should be added to https://github.com/magento/inventory/blob/develop/InventoryConfigurableProduct/etc/graphql/di.xml

Expected result (*)

  1. Plugin should be called while doing GQL query for a configurable product

Actual result (*)

  1. Plugin is not called
@m2-assistant
Copy link

m2-assistant bot commented Sep 12, 2023

Hi @adarshkhatri. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this


Join Magento Community Engineering Slack and ask your questions in #github channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Backlog
  
Ready for Grooming
Development

No branches or pull requests

1 participant