This commit is contained in:
Marek Lenczewski
2026-04-18 07:41:09 +02:00
parent 18fc50c75b
commit bf6f5456d6
63 changed files with 288 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
- checkout
- validate cart, take address + payment selection, produce order via payment provider
- routes: POST /checkout/preview, POST /checkout/confirm
- events emit: checkout.confirmed
- depends on: core, auth, catalog, cart, payment
- room for growth: coupon slot, shipping-method slot, tax plug-in point, address book, guest checkout, order-draft persistence