flamingo-commerce
flamingo-commerce copied to clipboard
Add PlaceOrderValidator
BEfore placing order there might be the need to do a (more strict) Validation.
Idea:
- Inject a optional "tagged" cartvalidator in the cartservice (e.g. tagged with "placeorder")
- Offer a ValidateBeforePlaceOrder and use that in checkout. This method should use the tagged validator additionally - (if not nil)