Interface WebshopMailService
- All Known Implementing Classes:
WebshopMailServiceImpl
public interface WebshopMailService
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendOrderConfirmationMail(PrimaryKey orderPrimaryKey, String businessUnitId) Send confirmation mail to user after order submit.
-
Method Details
-
sendOrderConfirmationMail
Send confirmation mail to user after order submit.- Parameters:
orderPrimaryKey- The primary key of the created order.businessUnitId- The id of the business unit.
-