Seditio Source
Root |
./othercms/xenForo 2.2.8/src/vendor/braintree/braintree_php/lib/Braintree/WebhookTesting.php
<?php
namespace Braintree;

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