The MANDATE_REVOKED event is dispatched both when the revoke command is run and when a file is imported with revoke date. But revoking from cli will trigger a file with revoke info from bgc, so this event is triggered twice. Should be two diferent events!
The MANDATE_REVOKED event is dispatched both when the revoke command is run and when a file is imported with revoke date. But revoking from cli will trigger a file with revoke info from bgc, so this event is triggered twice. Should be two diferent events!
See
Console/RevokeCommand
Listener/MandateResponseListener
Also update mailer-plugin to match..