Commit f520d8a
committed
fix(billing): default NODE_ENV to development in isAllowedUrl
When NODE_ENV is unset, isAllowedUrl rejected HTTP URLs in dev,
blocking Stripe Checkout from localhost. Now defaults to 'development'
matching the config loader behavior.1 parent 18e819d commit f520d8a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments