Sha256: fa86a5b338545296267f27de8787e7fb92ec544b0696151cb2234b7e387c2f91
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
module Braintree class WebhookTesting # :nodoc: def self.sample_notification(kind, id, source_merchant_id=nil) Configuration.gateway.webhook_testing.sample_notification(kind, id, source_merchant_id) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
braintree-2.83.0 | lib/braintree/webhook_testing.rb |