We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e11b7b commit b43f756Copy full SHA for b43f756
src/main/java/com/radynamics/CryptoIso20022Interop/iso20022/Payment.java
@@ -101,7 +101,7 @@ private void refreshTransactionAmount() {
101
}
102
103
if (exchangeRate == null) {
104
- if (ccy.getIssuer() == null && !ccy.equals(cryptoTrx.getAmount().getCcy())) {
+ if (!ccy.equals(cryptoTrx.getAmount().getCcy())) {
105
// Use ledger native currency if there is no specific issued currency
106
cryptoTrx.setAmount(Money.of(0, new Currency(cryptoTrx.getLedger().getNativeCcySymbol())));
107
} else {
0 commit comments