We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Although the current Currency enum supports both USD and GBP, in practice it has not material impact and only GBP is used throughout the application.
Currency
USD
GBP
Would be good to look at the best way to implement this currency conversion.
The text was updated successfully, but these errors were encountered:
naamancurtis
No branches or pull requests
Although the current
Currency
enum supports bothUSD
andGBP
, in practice it has not material impact and only GBP is used throughout the application.Would be good to look at the best way to implement this currency conversion.
The text was updated successfully, but these errors were encountered: