File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
wallet-core/src/main/java/eu/europa/ec/eudi/wallet/issue/openid4vci Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import eu.europa.ec.eudi.wallet.issue.openid4vci.IssueEvent.Companion.documentFa
30
30
import eu.europa.ec.eudi.wallet.logging.Logger
31
31
import eu.europa.ec.eudi.wallet.logging.d
32
32
import eu.europa.ec.eudi.wallet.transfer.openid4vp.OpenId4vpManager.Companion.TAG
33
+ import eu.europa.ec.eudi.wallet.util.parseCertificateFromSdJwt
33
34
import kotlinx.coroutines.CancellableContinuation
34
35
import kotlinx.coroutines.CoroutineScope
35
36
import kotlinx.coroutines.Dispatchers
@@ -112,6 +113,7 @@ internal class ProcessResponse(
112
113
unsignedDocument.id,
113
114
credential.credential
114
115
)
116
+ documentManager.deleteDocumentById(unsignedDocument.id)
115
117
listener.invoke(
116
118
IssueEvent .DocumentIssued (
117
119
unsignedDocument.id,
You can’t perform that action at this time.
0 commit comments