Event: onAfter

  • Daniel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 11 months ago #138207 by Daniel
Event: onAfter was created by Daniel
Hi again,

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.

Thanks,
Daniel

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago #138219 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Event: onAfter
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

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc DamDang Dam