Skip to content

[JITERA] Add VND Currency Support to Account and Statistics Services

chi le requested to merge feat/add-vnd-currency-1750228393 into master

Created by: chi-jitera

Overview

This pull request introduces support for the Vietnamese Dong (VND) in the existing currency conversion system. The changes involve updating the Currency enum in both the account and statistics services to include VND, as well as ensuring that the conversion logic accommodates this new currency.

Changes

  1. Statistics Service:

    • Updated the Currency enum located at statistics-service/src/main/java/com/piggymetrics/statistics/domain/Currency.java to include VND.
    • Modified any logic that retrieves exchange rates to ensure VND is included in the supported currencies.
  2. Account Service:

    • Updated the Currency enum located at account-service/src/main/java/com/piggymetrics/account/domain/Currency.java to include VND.
    • Ensured that the conversion logic is updated to handle conversions to and from VND.

These changes will allow users to perform currency conversions involving VND, enhancing the functionality of our currency conversion system.

Merge request reports