Hi all,
I want to define a stock property of type Long in beans.xml but the same property was defined in commercefacades-beans.xml
is it possible to override a property with a different type defined in commercefacades-beans.xml in the custom extension?
EX: stock property of StockData type to Long
If not, how to disable Stock Converter and populators in custom extension?
or how to achieve this requirement?
Thanks all