| Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/ |
| Current File : //home/rtorresani/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);
}
}