Commit eb32ef8
committed
fix(cross-sell): pin outcome value grouping to en-IN (deterministic INR)
The observed-outcome value used a bare toLocaleString(), so its grouping
followed the host's default locale — 1,25,000 on an Indian-locale box,
125,000 on a US-locale runner. That made the integration assertion
environment-dependent (it expected US grouping and failed on this box).
This is Indian BFSI money (INR); pin en-IN so it always reads 1,25,000,
and assert the true artifact. Verified green under both en-IN and en-US.1 parent d8e58f2 commit eb32ef8
2 files changed
Lines changed: 5 additions & 2 deletions
File tree
- src/components/app-use
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
212 | 215 | | |
213 | 216 | | |
214 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments