Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
HKKAZ fix for Consorsbank
Browse files Browse the repository at this point in the history
  • Loading branch information
party-pansen committed Jan 15, 2022
1 parent 6241d4e commit 8890b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libfintx.FinTS/Segments/HKKAZ.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ public static async Task<String> Init_HKKAZ(FinTsClient client, string FromDate,
sEG.Delimiter +
ToDate +
sEG.Terminator;
segments = sEG.toSEG("HKKAZ", client.SEGNUM, client.HICAZS, 0, rawData);
//segments = sEG.toSEG("HKKAZ", client.SEGNUM, client.HICAZS, 0, rawData);
segments = sEG.toSEG("HKKAZ", client.SEGNUM, client.HIKAZS, 0, rawData);
//segments = "HKKAZ:" + client.SEGNUM + ":" + client.HIKAZS + "+" + activeAccount.AccountIban + ":" + activeAccount.AccountBic + ":" + activeAccount.AccountNumber + "::280:" + activeAccount.AccountBankCode + "+N+" + FromDate + "+" + ToDate + "'";
}
}
Expand Down

0 comments on commit 8890b67

Please sign in to comment.