PublicAPI icon indicating copy to clipboard operation
PublicAPI copied to clipboard

Ability to display CAD or USD value of a donation

Open mkniller opened this issue 5 years ago • 1 comments

As a user, if a donation is made using CAD, I would like to be able to display the CAD value rather than the USD value.

Another option would be to expose both values and allow developers to provide display options to their users.

mkniller avatar May 07 '20 16:05 mkniller

As a user, if a donation is made using CAD, I would like to be able to display the CAD value rather than the USD value.

Another option would be to expose both values and allow developers to provide display options to their users.

You can do a much more robust version of this now with something like https://www.npmjs.com/package/currency-converter-lt I believe.

I'd also think if they actually wanted to do something like this, they'd want it to be much more robust to return any currency available by importing that library and adding a parameter to the request for currency or locale.

Technical-13 avatar Oct 10 '21 00:10 Technical-13