Skip to content

Commit

Permalink
misc(currency) add IRR (#2230)
Browse files Browse the repository at this point in the history
Reopened from #2229 in order to
fix the currency order in the GraphQL schema

Related to getlago/lago-front#1575

---------

Co-authored-by: Hesam Norin <hesam.norin@yahoo.com>
  • Loading branch information
vincent-pochet and AnonC0DER authored Jul 1, 2024
1 parent bb2bb63 commit ff22e71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/concerns/currencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module Currencies
IDR: 'Indonesian Rupiah',
ILS: 'Israeli New Sheqel',
INR: 'Indian Rupee',
IRR: 'Iranian Rial',
ISK: 'Icelandic Króna',
JMD: 'Jamaican Dollar',
JOD: 'Jordanian Dinar',
Expand Down
5 changes: 5 additions & 0 deletions schema.graphql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff22e71

Please sign in to comment.