π«πΊπ©πΉπ« ππ―π¦ππ¨ (Shailesh Kalamkar)
π«πΊπ©πΉπ« ππ―π¦ππ¨ (Shailesh Kalamkar)
Thanks, @olhor for working on the solution. @rmustafin It would be really helpful if you can review this PR as soon as possible. We are about to deploy this on...
@olhor Tried to use the solution provided here and there is a possible issue with the implementation. Using the gem with Ruby Money gem like this. ``` Money.from_amount(100, 'USD', russian_central_bank_object).exchange_to('AED').to_f...
I will try to check what we can do to fix it. Thanks.
@olhor Oh π€ > Are there any prerequisites? Should the rates be present? Doing it like this - ``` bank_object = Money::Bank::RussianCentralBank.new bank_object.update_rates Money.from_amount(100, 'USD', bank_object).exchange_to('AED').to_f ```
@olhor Really appreciate your work and communication to resolve the issue. Thank you.
@rmustafin Please check.