public DwollaService(IDwollaClient client)
 {
     _headers    = new Headers();
     _client     = client;
     rootRes     = GetRootAsync().GetAwaiter().GetResult();
     _httpClient = HttpClientFactory.Create();
 }
Example #2
0
 internal DwollaBroker(IDwollaClient client) => _client = client;
Example #3
0
 public DwollaBroker(IDwollaClient client) => _client = client;