Skip to content

Commit 883b92c

Browse files
committed
test transaction id
1 parent fa4aeff commit 883b92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mifos/identityaccountmapper/api/implementation/AccountLookupCallbackController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public ResponseEntity<Object> accountLookupCallback(String requestBody)
5151
variables.put(PAYEE_PARTY_ID, accountLookupResponseDTO.getPaymentModalityList().get(0).getFinancialAddress());
5252
variables.put(PAYEE_PARTY_ID_TYPE, accountLookupResponseDTO.getPaymentModalityList().get(0).getPaymentModality());
5353
variables.put(PARTY_LOOKUP_FSP_ID, accountLookupResponseDTO.getPaymentModalityList().get(0).getBankingInstitutionCode());
54-
transactionId = accountLookupResponseDTO.getRequestId();
54+
logger.info("TRANSACTION ID: {}",transactionId);
5555
Boolean isValidated = accountLookupResponseDTO.getIsValidated();
5656
if (!isValidated) {
5757
variables.put(ACCOUNT_LOOKUP_FAILED, true);

0 commit comments

Comments
 (0)