diff --git a/src/com/github/barismeral/xml/foreignexance/CurrencyFactory.java b/src/com/github/barismeral/xml/foreignexance/CurrencyFactory.java index d20ffdb..b5f8d7a 100644 --- a/src/com/github/barismeral/xml/foreignexance/CurrencyFactory.java +++ b/src/com/github/barismeral/xml/foreignexance/CurrencyFactory.java @@ -58,6 +58,7 @@ public CurrencyFactory(Moneys money){ public void setCurrencies(Moneys money){ this.money = money; + parse(); } /**