pymill
pymill copied to clipboard
event_types needs to be named event_types[] for Paymill to register mult...
I am working on django-paymill (https://github.com/ulfur/django-paymill) and I'm basing it on pymill. As django-paymill uses signals to deliver webhooks to the host application it needs to register one hook for all events. When testing the hook only registered for one of the events. This was the cause.
Hi, I noticed that this pull request has already been incorporated in the code, which is great! Would it not be appropriate to close this request then and, perhaps, include the change in a release to pypi?