You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace static Currencies.php with league/iso3166 package
Use league/iso3166 for country-to-currency mapping instead of maintaining
a static array. This ensures currency data stays up-to-date via the
well-maintained ISO 3166-1 package from The PHP League.
0 commit comments