byrokrat / giroapp

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

Unable to listen to state NEW_MANDATE #192

Closed hanneskod closed 4 years ago

hanneskod commented 5 years ago

It is currently not possible to state transitions inte NEW_MANDATE or NEW_DIGITAL_MANDATE as these states are set at creation in NewDonorProcessor, and thus are never transitioned to...

Lets create a neutral initial state (INIT ??). And then transition into NEW_MANDATE in AddConsole.

And of course something similar when adding real support for digital mandates..