GetOrder is stuck

AAnrknie1
Colaborador
Colaborador

I'm using the SDK for .NET and when I try to get an order, the service never responds

 

 

 public async static Task<HttpResponse> GetOrder(string orderId, bool debug = false)
        {
            OrdersGetRequest request = new OrdersGetRequest(orderId);
            
            //3. Call PayPal to get the transaction
            var response = await PayPalClient.client().Execute(request);

After several minutes the service never responds

Any help...

 

Login to Me Too
1 RESPUESTA 1

integracionpp
Colaborador
Colaborador

Hello  AAnrknie1

 

You were able to solve the problem, because I have the same problem right now
Any suggestion?


Thank you.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.