Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currency Missing: LYD #1293

Open
MohamedBakoush opened this issue Apr 2, 2024 · 1 comment
Open

Currency Missing: LYD #1293

MohamedBakoush opened this issue Apr 2, 2024 · 1 comment

Comments

@MohamedBakoush
Copy link

Is your feature request related to a problem? Please describe.
The Libyan Currency is missing in CurrenciesTableSeeder.

Describe the solution you'd like

Add to CurrenciesTableSeeder

          [
              'name' => 'Libyan Dinar',
              'code' => 'LYD',
              'symbol' => 'LD',
              'precision' => '3',
              'thousand_separator' => ',',
              'decimal_separator' => '.',
          ]

Allowing the LYD Currency to be used in Crater.

@rihards-simanovics
Copy link

quick reminder the software is abandonware and will no longer receive updates: #1265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants