Skip to content

Commit

Permalink
SD-1679 Issuance is now done with new TDR on scenario reset
Browse files Browse the repository at this point in the history
  • Loading branch information
gj0dcsa committed Nov 6, 2024
1 parent 8d48ff8 commit 63bd396
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ public IssuanceRequestResponseAction(
: new AtomicReference<>();
}

@Override
public void reset() {
super.reset();
if (this.transportDocumentReference != null) {
this.transportDocumentReference.set(null);
}
}

private static PlatformScenarioParametersAction _latestPlatformScenarioParametersAction(
IssuanceAction previousAction) {
return previousAction
Expand Down

0 comments on commit 63bd396

Please sign in to comment.