DonorDrive / PublicAPI

Documentation and Examples for the DonorDrive Public API
MIT License
37 stars 12 forks source link

Ability to display CAD or USD value of a donation #37

Open mkniller opened 4 years ago

mkniller commented 4 years ago

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.

Technical-13 commented 3 years ago

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.