Repository URL to install this package:
|
Version:
4.0.0 ▾
|
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)