Skip to content

Commit

Permalink
fixed hktan segment version
Browse files Browse the repository at this point in the history
  • Loading branch information
age-77 committed Sep 14, 2021
1 parent c8ac4fb commit b3c9457
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ private void submitProcess2() {
}).orElse(null);

GVTAN2Step hktan = new GVTAN2Step(hbciDialog.getPassport(), originJob);
hktan.setSegVersion(scaJob.hbciTanSubmit.getTwoStepMechanism().getSegversion());
hktan.setProcess(KnownTANProcess.PROCESS2_STEP2);
Optional.ofNullable(scaJob.hbciTanSubmit.getHbciJobName())
.ifPresent(hbciSegCode -> hktan.setParam("ordersegcode", hbciSegCode));
Expand Down

0 comments on commit b3c9457

Please sign in to comment.