lib/processout/event.rb in processout-1.0.0 vs lib/processout/event.rb in processout-1.0.1

- old
+ new

@@ -96,10 +96,10 @@ end # Get all the webhooks of the event. # Params: # +options+:: +Hash+ of options - def webhooks(options = {}) + def fetch_webhooks(options = {}) request = Request.new(@client) path = "/events/" + CGI.escape(@id) + "/webhooks" data = { }