Open sixhours opened 4 years ago
This issue is stale because it has been 180 days with no activity. You can keep the issue open by adding a comment. If you do, please provide additional context and explain why you’d like it to remain open. You can also close the issue yourself — if you do, please add a brief explanation and apply one of relevant issue close labels.
Recurring Payments uses a text input formatted as a
number
, which prevents the use of non-numeric placeholders (like commas) for non-US currencies.We should investigate refactoring the text input to string and validating the price in another way on the client/server side for a better user experience for international currencies.
See related discussion in Automattic/jetpack#15849