fix: ensure non-null runtime currency in handler
Adjustments were made in the Handler.php
file to ensure that the RuntimeCurrency
is never null.
In the case where the user currency or default currency are not instances of Currency
, the
RuntimeCurrency
is set to EUR. This change enhances robustness in code to handle currency-related
operations.