Your IP : 216.73.216.220


Current Path : /var/www/www.indacotrentino.com/www/vendor/braintree/braintree_php/lib/Braintree/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/braintree/braintree_php/lib/Braintree/WebhookTesting.php

<?php //phpcs:disable PEAR

namespace Braintree;

class WebhookTesting
{
    public static function sampleNotification($kind, $id, $sourceMerchantId = null)
    {
        return Configuration::gateway()->webhookTesting()->sampleNotification($kind, $id, $sourceMerchantId);
    }
}