virb30 / lml-commerce

2 stars 0 forks source link

Implement UpdateProductUseCase #72

Closed virb30 closed 8 months ago

virb30 commented 10 months ago

Add UpdateProductUseCase that will be responsible for updating a product

Rules:

  1. A product must have a description
  2. Updating a product should not update its stock
  3. Product code must be unique
  4. Two products must not have the exact same description