class Braintree::WebhookTesting

Public Class Methods

sample_notification(*args) click to toggle source
# File lib/braintree/webhook_testing.rb, line 3
def self.sample_notification(*args)
  Configuration.gateway.webhook_testing.sample_notification(*args)
end