forked from jordangeorgiev/java-lib-wallet-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Wallet API Java library (https://wallet.paysera.com)
aurimas-zarskis/java-lib-wallet-sdk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Java 100.0%