Add: INR currency (#8136)

Co-authored-by: ilayarja97 <ilayarja97@gmail.com>
This commit is contained in:
Ilayaraja
2020-05-11 19:01:03 +05:30
committed by GitHub
parent 39092ee13b
commit 48d2eb703c
3 changed files with 3 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ enum Currencies {
CURRENCY_NTD, ///< New Taiwan Dollar
CURRENCY_CNY, ///< Chinese Renminbi
CURRENCY_HKD, ///< Hong Kong Dollar
CURRENCY_INR, ///< Indian Rupee
CURRENCY_END, ///< always the last item
};