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

Can not find currency from string #38

Closed
duongkstn opened this issue Jun 9, 2020 · 1 comment
Closed

Can not find currency from string #38

duongkstn opened this issue Jun 9, 2020 · 1 comment

Comments

@duongkstn
Copy link

When I type:
Price.fromstring("Today I buy 3 coats with 300.000 VND")
Your library returned:
Price(amount=Decimal('3'), currency='VND')
but the result I want is: Price(amount=Decimal('300.000'), currency='VND')

@Gallaecio
Copy link
Member

This is a duplicate of #2

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

No branches or pull requests

2 participants