Interface WebshopFlowService
- All Known Implementing Classes:
WebshopFlowServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendConfirmationMailAndFinalizeOrder(String orderKey, Map<String, String> params) Deprecated.Send confirmation mail to the user.submit(WebshopData webshopData, Map<String, String> params) Deprecated.Submit an order.
-
Method Details
-
submit
WebshopResponse submit(WebshopData webshopData, Map<String, String> params) throws InterruptedExceptionDeprecated.Submit an order.- Parameters:
webshopData- The data to create the order for.params- Additional params (e.g. the business unit).- Throws:
InterruptedException
-
sendConfirmationMailAndFinalizeOrder
-