I am using the function onAfterStoreDonor in a custom plugin. But when I edit donor information in backend, this won't work. Is there a event I can use for this case: maybe onAfterEditDonor or something.
Hi Daniel,
Currently, Joom Donation doesn't provide the event:
Code:
onAfterEditDonor
, when you edit donor at Backend side, in case before editing, the status of donation record is Unpaid, and you change the status to Paid, then save the donor, Joom Donation will call the event:
Code:
onAfterPaymentSuccess
I hope you can use this event in your custom plugin.
Thanks
Dam