Commit 3c27a01
committed
fix(billing): address reviewer nits — narrow comment + improve log wording
- Narrow shouldRetry JSDoc comment to only mention invalid_request_error
(not auth errors) — matches what the predicate actually checks
(Copilot thread PRRT_kwDOBss37M6EM5HL)
- Change failure log from "failed after retries" to "failed (retries
exhausted or skipped)" to reflect short-circuit path
(CodeRabbit thread PRRT_kwDOBss37M6EM5c1)
- Update billing.refund-correlation tests to match new log wording1 parent 46efee0 commit 3c27a01
2 files changed
Lines changed: 6 additions & 6 deletions
File tree
- modules/billing
- services
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | | - | |
331 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments