Repository URL to install this package:
|
Version:
3.58.0 ▾
|
braintree
/
webhook_testing.py
|
|---|
import braintree
from braintree.configuration import Configuration
class WebhookTesting(object):
@staticmethod
def sample_notification(kind, id, source_merchant_id=None):
return Configuration.gateway().webhook_testing.sample_notification(kind, id, source_merchant_id)