From 620aa64985ef4b4ef1ab02f5e08cfe05f49eb164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mili=C4=87?= Date: Sat, 26 Jul 2025 12:02:43 +0200 Subject: [PATCH] refactor/Tweak var name --- .../api/berlin/group/v1_3/JSONFactory_BERLIN_GROUP_1_3.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obp-api/src/main/scala/code/api/berlin/group/v1_3/JSONFactory_BERLIN_GROUP_1_3.scala b/obp-api/src/main/scala/code/api/berlin/group/v1_3/JSONFactory_BERLIN_GROUP_1_3.scala index f963d1572..0c63ce6cb 100644 --- a/obp-api/src/main/scala/code/api/berlin/group/v1_3/JSONFactory_BERLIN_GROUP_1_3.scala +++ b/obp-api/src/main/scala/code/api/berlin/group/v1_3/JSONFactory_BERLIN_GROUP_1_3.scala @@ -485,7 +485,7 @@ object JSONFactory_BERLIN_GROUP_1_3 extends CustomJsonFormats with MdcLoggable{ // Debtor val debtorName = if(out) transaction.bankAccount.map(_.label.getOrElse("")) else None - val debtorAccountIdIban = if(out) { + val debtorAccountIban = if(out) { val debtorIban = transaction.bankAccount.map(_.accountRoutingAddress.getOrElse("")) Some(BgTransactionAccountJson(iban = debtorIban)) } else None @@ -495,7 +495,7 @@ object JSONFactory_BERLIN_GROUP_1_3 extends CustomJsonFormats with MdcLoggable{ creditorName = creditorName, creditorAccount = creditorAccountIban, debtorName = debtorName, - debtorAccount = debtorAccountIdIban, + debtorAccount = debtorAccountIban, transactionAmount = AmountOfMoneyV13( transaction.currency.getOrElse(""), if(bgRemoveSignOfAmounts)