public interface CustomerCouponsPlaceOrderStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
removeCouponsForCustomer(UserModel currentUser,
OrderModel order)
Removes the coupons from the customer and resets the notification status
|
void |
updateContinueUrl()
Redirects the continue url to the Open-Catalogue if there is coupon code in continue url
|
void removeCouponsForCustomer(UserModel currentUser, OrderModel order)
currentUser - the current user used for removing from related user grouporder - the order used for finding the applied couponsvoid updateContinueUrl()
Copyright © 2018 SAP SE. All Rights Reserved.