Skip to Content
0
May 09, 2018 at 10:03 PM

Not able to override OOB facade"de.hybris.platform.b2bacceleratorfacades.order.impl.DefaultB2BCheckoutFacade"

782 Views

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