We created a custom payment plugin with auto-create. We want to make one change: when a new user is created, we want to generate and assign it ourselves, rather than have the system do it. Is there any way to do this? (Using v4)
look at Am_Paysystem_Transaction_Incoming class, function autoCreateInvoice() you may copy/paste it to your transaction class and customize.