RailsEventStore / ecommerce

Application with CQRS and Event Sourcing built on Rails and Rails Event Store
MIT License
425 stars 72 forks source link

Apply coupon to order #402

Closed marlena-b closed 1 month ago

marlena-b commented 2 months ago

Issue: https://github.com/RailsEventStore/ecommerce/issues/35

Now clients can use coupons by entering the coupon code in the form. Currently clients can apply only one coupon and the coupon cannot be changed or deleted. I think we should add changing/deleting coupon from order in another PR.

https://github.com/user-attachments/assets/9fe95310-2e11-441e-a887-a137c7c9099c

netlify[bot] commented 2 months ago

Deploy Preview for ecommerce-events failed.

Name Link
Latest commit 28792d9ee36bd50d1465d2aefc76d8eaa41f7689
Latest deploy log https://app.netlify.com/sites/ecommerce-events/deploys/66f574bb9e7b9f00096bad83
andrzejkrzywda commented 1 month ago

@marlena-b We have some conflicts related to arbre refactoring from another PR. Could you help with resolving them? All else looks perfect, thanks!