feat(analytics): implement currency conversion to power multi-currency aggregation #6416
Labels
A-Analytics
C-feature
Category: Feature request or enhancement
Rust
Pull requests that update Rust code
Current Behaviour
The total amount calculated for all payment analytics buckets related to amounts is incorrect because currency conversion is not being applied before summing the values. As a result, amounts in different currencies are being added together, leading to an inaccurate total.
Proposed Changes
<AMOUNT_RELATED_FIELD>_in_usd
fields to convert and store value inUSD
The text was updated successfully, but these errors were encountered: