I want to give reward points to my customer based on their invoiced amount but I need a place where I can write that code to add reward points to my customer info. I need that when status of his sales invoice changed to Paid.
Thanks in advance.
You can try on_update hook
Thanks! That must gonna work (Y)