Skip to content

Commit 22ce85e

Browse files
committed
Fix Presentations
Signed-off-by: Sam Curren <[email protected]>
1 parent a52c290 commit 22ce85e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

acapy_plugin_toolbox/issuer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
)
3131
from aries_cloudagent.protocols.present_proof.v1_0.routes import (
3232
V10PresentationExchangeListSchema,
33-
V10PresentationRequestSchema
33+
V10PresentationSendRequestRequestSchema
3434
)
3535
from aries_cloudagent.protocols.present_proof.v1_0.models.presentation_exchange import (
3636
V10PresentationExchange,
@@ -161,7 +161,7 @@ async def handle(self, context: RequestContext, responder: BaseResponder):
161161
name='RequestPres',
162162
handler='acapy_plugin_toolbox.issuer.RequestPresHandler',
163163
msg_type=REQUEST_PRESENTATION,
164-
schema=V10PresentationRequestSchema,
164+
schema=V10PresentationSendRequestRequestSchema,
165165
)
166166
IssuerPresExchange, IssuerPresExchangeSchema = generate_model_schema(
167167
name='IssuerPresExchange',

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aries-cloudagent[indy]@git+https://github.com/hyperledger/[email protected].1
1+
aries-cloudagent[indy]@git+https://github.com/hyperledger/[email protected].3
22
marshmallow==3.0.0
33
flake8
44
python-dateutil

0 commit comments

Comments
 (0)