diff --git a/99 Daily/2026-05-13.md b/99 Daily/2026-05-13.md index 365e5e2..4905a82 100644 --- a/99 Daily/2026-05-13.md +++ b/99 Daily/2026-05-13.md @@ -161,3 +161,6 @@ tags: [daily] - 14:55 | `Shumiland` - **Asked:** Implement a shopping cart payment system where users add tickets to cart and checkout through API payment. - **Done:** Discussed and designed the cart-based payment flow architecture with form fields and button behavior across pages. +- 15:00 | `Shumiland` + - **Asked:** How should we implement a shopping cart payment flow for ticket purchases on the website? + - **Done:** Designed a cart-based payment system where users add tickets to localStorage cart, proceed to checkout page, and process payment through API while saving leads.