TBD54566975 / tbdex-pfi-exemplar

4 stars 8 forks source link

Should not supply replyTo #36

Closed angiejones closed 6 months ago

angiejones commented 6 months ago

On createExchange, replyTo is being passed. Few issues:

  1. Alice's DID is being passed in. If you're going to pass one, it should be the Wallet's DID, not the customer's
  2. This example still polls for all messages. If replyTo is passed in, then polling is not necessary as the messages are supposed to be sent directly to the URL provided.

To make this an accurate implementation, replyTo should be removed from the call