SDekkers
Results
2
issues of
SDekkers
### Bug explanation Hi, My WPF app is set to startup at Windows launch, when it opens it checks if the end user has added their credentials, and if not...
bug
Version: 4.2.0 After upgrading from v3 to v4, fetching exchange rate on a specific date does not work, using code below: ``` $lookup = new ExchangeRatesAPI($key, false); $lookup->setBaseCurrency('USD'); $lookup->addRate('EUR'); $lookup->setFetchDate('2024-01-01');...