This commit is contained in:
Cayo Puigdefabregas 2023-12-14 12:53:48 +01:00
parent fcc4b34424
commit d2b4de7c41
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class AllowCodeOidc4vpView(GenericMixin):
for v in vcredential:
data = json.dumps({
"type": "VerificationRequest",
"jwtCredential": vcredential[0]
"jwtCredential": v
})
result = requests.post(
WALLET_INX_EBSI_PLUGIN_URL,