- Issue created by @valic
- Merge request !7Issue #3504737 by valic: Avoid scientific notation on exchange rates → (Merged) created by valic
Automatically closed - issue fixed for 2 weeks with no activity.
For currencies like VND, we encounter problems during collecting ratios.
In \Drupal\commerce_exchanger\ExchangerManager we do cast to float, where instead of 0.000039 get 3.9E-5 which does not work
Stop casting to float in \Drupal\commerce_exchanger\ExchangerManager because we cast back to string in \Drupal\commerce_exchanger\AbstractExchangerCalculator::priceConversion
Active
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.