Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    feat: update currency handling · b12cc837
    verfasst von Henning Leutz
    Updated the way how we handle the currency in the system. Now instead of directly getting the
    user's currency or the default one, we use the getRuntimeCurrency() method. This method is likely
    to return the correct currency even if the user did not set it or if there is no default currency
    set in the system. This change is applied in several files including `index.php`,
    `CurrencySwitch.php`, and `LangCurrencySwitch.php`. Additionally, updated `composer.json` to use
    version 2.2 of `quiqqer/currency`. Removed unused code.
    b12cc837