rossp / django-pinpayments

Django library to simplify payment processing with pin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better currency handling

rossp opened this issue · comments

Currency on a PinTransaction is currently a free text field. Can it be validated against the approved Pin currency list? When displaying values, can we format appropriately for that currency? (i.e. the right symbol, USD/AUD/CAD in the right spot, symbol before/after the text, etc)?

(This has come out of my cursory review of this project, wanting to bring it up to date again)