Skip to content

Commit

Permalink
fixed setCurrencies() method
Browse files Browse the repository at this point in the history
setCurrencies metod in added parse() metod in the away update money value
barismeral authored Dec 16, 2018
1 parent a92dfac commit 9e070a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ public CurrencyFactory(Moneys money){
public void setCurrencies(Moneys money){

this.money = money;
parse();
}

/**

0 comments on commit 9e070a6

Please sign in to comment.