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
Refactor InvoicePayer to allow use of async event handler
Previously, an InvoicePayer's event_handler was only used in one place,
handle_event. We now keep the event interception intact, but create two
different wrapper structs that allow the InvoicePayer to implement both
sync and async event handlers.
0 commit comments