Skip to content

Commit

Permalink
fix: update ignored list of currencies in CurrenciesTableSeeder with …
Browse files Browse the repository at this point in the history
…all default currencies
  • Loading branch information
mohammed90 committed Sep 7, 2019
1 parent 5833b5f commit a7bc339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* Fix some UX errors
* Fix stripe payment UI
* Fix datepicker for locale usage
* Fix currencies seeder by accounting for defaults


# RELEASED VERSIONS:
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ Ben Dauphinee @bendauphinee <[email protected]>
Benjamin Dowson @lattlay <[email protected]>
Stuart Johnston @mechanarchy
Bryan Kam @lydgate
Mohammed Al-Sahaf @Mohammed90
2 changes: 1 addition & 1 deletion database/seeds/CurrenciesTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class CurrenciesTableSeeder extends Seeder
*
* @var string[]
*/
private $ignore = ['CAD', 'USD', 'GBP', 'EUR', 'RUB', 'ZAR'];
private $ignore = ['CAD', 'USD', 'GBP', 'EUR', 'RUB', 'ZAR', 'DKK', 'INR', 'BRL', 'CHF'];

/**
* Runs the seeder.
Expand Down

0 comments on commit a7bc339

Please sign in to comment.