-
-
Notifications
You must be signed in to change notification settings - Fork 123
FR Cart
Vladislav edited this page Aug 21, 2023
·
3 revisions
- System should provide the ability to create a Shopping Session connected to userId.
- System should allow to add/delete products to/from the Shopping Session, change their quantity.
- System should update the state of the Shopping Session sending the request to the Product service.
- System should delete the Shopping Session after a successful payment.