We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b266e commit f70d3c7Copy full SHA for f70d3c7
app/src/main/java/com/credman/cmwallet/pnv/PnvTokenRegistry.kt
@@ -387,7 +387,7 @@ fun maybeHandlePnv(
387
val tempTokenDcSdJwt = "${deviceTelModuleJwt}~${kbJwt}"
388
389
val vpToken = JSONObject().apply {
390
- put(dcqlCredId, tempTokenDcSdJwt)
+ put(dcqlCredId, JSONArray().put(tempTokenDcSdJwt))
391
}
392
val response = openId4VPRequest.generateResponse(vpToken)
393
Log.d(PNV_TAG, "Returning $response")
0 commit comments