Skip to content

Commit

Permalink
fix CA #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Apr 3, 2024
1 parent a97dd6a commit 184a9e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private Void bookOnConversionAccountInAms(String originalPain001,
String creditorIban = creditTransferTransaction.getCreditorAccount().getIdentification().getIban();
String creditorName = creditor.getName();
List<TransactionItem> items = new ArrayList<>();
Contact4 partnerAccountContactDetails = pain001.getDocument().getPaymentInformation().get(0).getDebtor().getContactDetails();
Contact4 partnerAccountContactDetails = pain001.getDocument().getPaymentInformation().get(0).getCreditTransferTransactionInformation().get(0).getCreditor().getContactDetails();

// STEP 1a - batch: withdraw amount
String withdrawAmountOperation = "bookOnConversionAccountInAms.ConversionAccount.WithdrawTransactionAmount";
Expand Down

0 comments on commit 184a9e3

Please sign in to comment.