fix loop
This commit is contained in:
parent
fcc4b34424
commit
d2b4de7c41
|
@ -261,7 +261,7 @@ class AllowCodeOidc4vpView(GenericMixin):
|
||||||
for v in vcredential:
|
for v in vcredential:
|
||||||
data = json.dumps({
|
data = json.dumps({
|
||||||
"type": "VerificationRequest",
|
"type": "VerificationRequest",
|
||||||
"jwtCredential": vcredential[0]
|
"jwtCredential": v
|
||||||
})
|
})
|
||||||
result = requests.post(
|
result = requests.post(
|
||||||
WALLET_INX_EBSI_PLUGIN_URL,
|
WALLET_INX_EBSI_PLUGIN_URL,
|
||||||
|
|
Reference in New Issue