Skip to content

aurimas-zarskis/java-lib-wallet-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated currencies are not automatically registered to Money library. If you want to use them you must:
- have joda money version 0.12 at least
- put this code in your application:

```java
CurrencyUnit.registerCurrency("BYR", 974, 0, Collections.singletonList("BY"), true);
CurrencyUnit.registerCurrency("LTL", 440, 2, Collections.singletonList("LT"), true);
CurrencyUnit.registerCurrency("LVL", 428, 2, Collections.singletonList("LV"), true);
```

Packages

No packages published

Languages

  • Java 100.0%