Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing priceToFloat to deal with cents and thousands separator #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

coffeverton
Copy link

Alterei o método priceToFloat para formatar corretamente como float.

Atualmente, o método apenas remove tudo que for diferente de números, ponto ou traço.

Com essa modificação, o método considera o que foi definido como separador de centavos e de milhares para fazer a substituição.

Exemplo:
antes da correção:
R$ 1.234,56 é formatado como 1.23456

após a correção:
R$ 1.234,56 fica formatado como 1234.56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant