File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/org/mifos/identityaccountmapper/api/implementation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments