-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cbr source + impl getConvertedAmount method + refactoring #12
Conversation
src/main/kotlin/dev/vality/rateboss/client/cbr/adapter/CbrBigDecimalXmlAdapter.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вот еще важное требование. ЦБ обновляет данные по курсу на следующий день в 8-9 вечера (вроде так). И надо хранить уже курс на завтра еще до конца текущего дня, чтобы не было проблемой переход суток
src/main/kotlin/dev/vality/rateboss/source/factory/ExchangeRateSourceFactory.kt
Outdated
Show resolved
Hide resolved
Курс будет обновляться и сохраняться по крону, а проставляться будет дата следующего дня. Я поправил здесь, чтобы сравнивалась именно дата курса и брался курс с аналогичной датой. |
No description provided.