We need to send our publisher an order request after successful payment. I could build a class to do that and inject it into the paypal plugin we're using. But that involves modifying the paypal plugin.
I was wondering if a better alternative might be to create a second plugin to fire on plgVmConfirmedOrder after the paypal plugin. Any ideas/suggestions?