humanmade / humanmade/wp-stripe
Bug with commas
Open
- Dominant language
- PHP
- Stars
- 47
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Commas don't work at all. $1,900 or $1,900.00 will charge $1...
Only way to succesfully charge $1,900 is to enter '1900'
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported charge behavior with $1,900 and $1,900.00, then trace where the payment amount is parsed. Done means both comma-formatted amounts charge successfully while the existing 1900 input continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- payments
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100