We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If I get Order using GetOrderAsync property Location is not loaded -> remains null.
GetOrderAsync
Location
Then if you want to GenerateCertificateAsync you will get Http exception. Request URI is invalid.
GenerateCertificateAsync
GetOrderAsync should map input parameter location to property Location.
EDIT: Or edit GenerateCertificateAsync input parameter instead Order to Uri order location
Order
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I get Order using
GetOrderAsync
propertyLocation
is not loaded -> remains null.Then if you want to
GenerateCertificateAsync
you will get Http exception. Request URI is invalid.GetOrderAsync
should map input parameter location to propertyLocation
.EDIT: Or edit
GenerateCertificateAsync
input parameter insteadOrder
to Uri order locationThe text was updated successfully, but these errors were encountered: