public class NoOpCartValidator extends java.lang.Object implements CartValidator
| Constructor and Description |
|---|
NoOpCartValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateCart(CartModel cart)
validates the
CartModel. |
public void validateCart(CartModel cart) throws InvalidCartException
CartValidatorCartModel. Currently not in use!validateCart in interface CartValidatorcart - the cartInvalidCartException - an exceptionCopyright © 2018 SAP SE. All Rights Reserved.