Hi All, Requirement: I need to save the "quoteNumber" in OrderModel. To achieve the same I am overriding one of the method of class "de.hybris.platform.b2bacceleratorfacades.order.impl.DefaultB2BCheckoutFacade" with my custom one. Below are my configuration file:
" ...
<bean id="oeB2BDefaultCheckoutFacade" class="com.omegaengineering.b2bfacades.order.impl.OEB2BDefaultCheckoutFacade" parent="defaultB2BCheckoutFacade"></bean>
It is always calling parents class method not my custom one. Please help me.
Thanks