You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some minor changes with thanks to PikachuEXE and klebervirgilio:
adds support for non-public handler methods
new metadata accessor for Event payload
Note changed behaviour:
An exception is now raised if an event is received for which there is no handler. This may be a bit rude and is contrary to the generally permissive behaviour described in the README. Might revisit this in a future release to perhaps make it optional behaviour.
Fix webhook request authentication failure when additional params are in the parameters hash - see #16. Thanks to @gspiers for the fix, and others who had reported/diagnosed the issue.