You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I tried code to retrieve products by using console application framework 4.8 I attached the code and version of order cloud I used but same code I implement in Asp .NET web application framework 4.8 not able to retrieve the products
Code :
Package Info:
The text was updated successfully, but these errors were encountered:
@Sonal-Karle see "Do I have to use async/await when calling endpoints?" in the FAQ section of the README - mentions not to use .Result with the async calls.
Try with the below and see if it resolves your issue: var products = await client.Products.ListAsync();
Hey, I tried code to retrieve products by using console application framework 4.8 I attached the code and version of order cloud I used but same code I implement in Asp .NET web application framework 4.8 not able to retrieve the products
Code :
Package Info:
The text was updated successfully, but these errors were encountered: