You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.
I tried to change the currency from USD to Canadian dollars editing awspricingful.py:
DEFAULT_CURRENCY = "CAD"
But I get an error. So I did some searching and noticed that the abbreviation might be "CND" so I tried that but also got an error. I can convert from USD -> CAD other ways but it would be great if I could retrieve in CAD directly. Any idea what the correct currency abbreviation should be?
Thanks
Brad
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to change the currency from USD to Canadian dollars editing awspricingful.py:
DEFAULT_CURRENCY = "CAD"
But I get an error. So I did some searching and noticed that the abbreviation might be "CND" so I tried that but also got an error. I can convert from USD -> CAD other ways but it would be great if I could retrieve in CAD directly. Any idea what the correct currency abbreviation should be?
Thanks
Brad
The text was updated successfully, but these errors were encountered: