| 1 | prompt = "Cart totals are wrong. The documented rule: apply the percentage discount first, then subtract the flat coupon, floor at zero, round to cents. final_price in pricing.py does not follow it." |
| 2 | class = "ebm-positive" |
| 3 | max_steps = 18 |
| 4 | timeout_sec = 300 |
| 5 |