flamingo-commerce icon indicating copy to clipboard operation
flamingo-commerce copied to clipboard

Add PlaceOrderValidator

Open danielpoe opened this issue 5 years ago • 0 comments

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)

danielpoe avatar Oct 29 '19 09:10 danielpoe