animo / paradym-wallet

With Paradym Wallet, you can seamlessly manage and present your digital credentials
https://paradym.id
Apache License 2.0
32 stars 12 forks source link

fix: OobUrl query fetching #79

Closed Tommylans closed 11 months ago

Tommylans commented 11 months ago

It was working in testing because there is also a url property inside the object that you get back from the parser which is the raw url. So it was a accidental success. With the rename to oobUrl it didn't work anymore because the property is not available in the root object which is also correct. All the queries are inside the query object.

This is tested and it's working.