Commit 9295665
feat: Update default credit add amount from $5 to $10 (#5463)
Updated the PaymentModal component to change the default credit add
amount from $5 to $10. This includes:
- Changed initial amount state from 5 to 10
- Updated preset amounts array to start with $10 instead of $5
- Updated MIN_AMOUNT constant from 5 to 10
- Updated default reset amount from 5 to 10
Fixes ENG-3820
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: replicas-connector[bot] <replicas-connector[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 8882351 commit 9295665
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments