Class: Braintree::WebhookTesting

Inherits:
Object
  • Object
show all
Defined in:
lib/braintree/webhook_testing.rb

Class Method Summary collapse

Class Method Details

.sample_notification(*args) ⇒ Object



3
4
5
# File 'lib/braintree/webhook_testing.rb', line 3

def self.sample_notification(*args)
  Configuration.gateway.webhook_testing.sample_notification(*args)
end