Braintree.Tests.WebhookNotificationTest.Retries C# (CSharp) Метод

Retries() приватный Метод

private Retries ( ) : void
Результат void
        public void Retries()
        {
            Dictionary<string, string> sampleNotification = gateway.WebhookTesting.SampleNotification(WebhookKind.SUBSCRIPTION_WENT_PAST_DUE, "my_id");
            gateway.WebhookNotification.Parse(sampleNotification["bt_signature"], sampleNotification["bt_payload"].Trim());
        }