public interface CustomerCouponsPlaceOrderStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
removeCouponsForCustomer(UserModel currentUser,
OrderModel order)
Remove the coupons from Customer.
|
void |
updateContinueUrl()
Redirect 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 to remove from related user grouporder - the order to find the applied couponsvoid updateContinueUrl()
Copyright © 2018 SAP SE. All Rights Reserved.