crater icon indicating copy to clipboard operation
crater copied to clipboard

Currency Missing: LYD

Open MohamedBakoush opened this issue 3 months ago • 1 comments

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.

MohamedBakoush avatar Apr 02 '24 19:04 MohamedBakoush