Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
390 stars 137 forks source link

Sudan currency update #115

Open kmuharam opened 5 years ago

kmuharam commented 5 years ago

Hi,

In resources/currencies.php:719, the Sudanese currency has been update to SDG.

    'SDG' => [
        'name' => 'Sudanese Pound',
        'symbol' => 'SDG',
        'format' => '1,0.00 SDG,
        'exchange_rate' => 0.00,
    ],

Thanks for the great package :+1: