skip to Main Content

Paypal api – PayPal Order Request never gets back

Dears all, I'm starting with payPal, and I've tried to implement the standard sample provided with SDK (c#, FW 4.6.1) here below my server-side method public async static Task<PayPalHttp.HttpResponse> CreateOrder() { OrdersCreateRequest oRequest = new OrdersCreateRequest(); oRequest.Prefer("return=representation"); //System.Net.ServicePointManager.Expect100Continue = true;…

VIEW QUESTION
Back To Top
Search