Sha256: 62a14d657cdecc019ed5a0e00ef74fbd646e2c0b1966893bc459192eb8a028fb
Contents?: true
Size: 185 Bytes
Versions: 74
Compression:
Stored size: 185 Bytes
Contents
module Braintree class WebhookTesting # :nodoc: def self.sample_notification(kind, id) Configuration.gateway.webhook_testing.sample_notification(kind, id) end end end
Version data entries
74 entries across 74 versions & 1 rubygems