Adds Nepali Rupee as currency (#675)

Co-authored-by: Ayush Jha <ayush.jha@wmcglobal.com>
This commit is contained in:
Ayush Jha
2022-01-18 21:57:18 +05:45
committed by GitHub
parent dc7282d6e9
commit 323b7d8ea6

View File

@ -106,6 +106,14 @@ class CurrenciesTableSeeder extends Seeder
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'Nepali Rupee',
'code' => 'NPR',
'symbol' => 'रू',
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'Indian Rupee',
'code' => 'INR',