I need to process an automatic payment return to update my order status and so on.

So I build a controller called PaymentController to handle that and an action called PaymentReturn[HttpPost].

But how to get an instance of IOrderProcessingService and IOrderService to retrieve order info and Update Order?

Ideas?

Thanks!

-Alberto