when I try to place order in my b2c storefront,I get the following exception:
Failed to place Order java.lang.IllegalArgumentException: Parameter configuration must not be null I tried to debug and got the exception in DefaultCheckoutFacade in the following line:
return getOrderConverter().convert(orderModel); Where am I going wrong or missing some configurations?