byrokrat / giroapp

Command line app for managing autogiro donations.
GNU General Public License v3.0
4 stars 2 forks source link

MANDATE_REVOKED event dispatched both on cli and file revoke #171

Closed hanneskod closed 5 years ago

hanneskod commented 5 years ago

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

Also update mailer-plugin to match..