Paypal api – Task.Run() in .NET web API Controller / PayPal IPN
I am implementing the PayPal Instant Payment Notifcation (IPN) in my .NET Core Web API and the reference implementation from PayPal uses a Task.Run() from within a Web API controller. Visual Studio gives me a green wavy underline for that…