Midv-668 Direct

πŸ—“ Rollout: Day 1 – canary backend Day 3 – UI flag Day 5 – 5% prod rollout Day 7 – 100% prod

πŸ”§ Fix summary: β€’ Backend: rename JSON field to `discountedTotal`, persist correctly. β€’ Frontend: map `discountedTotal` in reducer & UI component. β€’ Add unit + e2e tests. MIDV-668

// Java Spring example @JsonProperty("discountedTotal") private BigDecimal discountedTotal; or add an alias if you must keep backward compatibility: πŸ—“ Rollout: Day 1 – canary backend Day

🚦 Verification: 1. API returns discountedTotal = $108.00 2. UI shows $108.00 after applying code SAVE10 3. DB row total_amount = 108.00 MIDV-668