fossasia / open-event-server

The Open Event Organizer Server to Manage Events https://test-api.eventyay.com
https://api.eventyay.com
GNU General Public License v3.0
2.97k stars 1.89k forks source link

Ticketing and Payment system for organizers #1920

Closed aditya1702 closed 8 years ago

aditya1702 commented 8 years ago
aditya1702 commented 8 years ago

Will implement 2nd point in #2023

niranjan94 commented 8 years ago

@aditya1702 while the organizer is choosing a currency in the event creation wizard, please store the 3 letter ISO 4217 currency code (e.g. USD, INR) in the database instead of the name of the currency. All payment gateways require a currency code and this is the right way to store a currency.

For reference: The list of ISO 4217 Currency Codes

aditya1702 commented 8 years ago

@niranjan94 Ok

niranjan94 commented 8 years ago

@aditya1702 ... Thanks :)