Closed janetanne closed 4 years ago
Adding another comment as another customer ran into this issue as well.
Internal reference number: 431554
As of v1.4.0, HelloSignTestApp now accepts the target host via a (required) APIHOST
environment variable (similar to how APIKEY
is passed in).
This is now documented here: tests/HelloSignTestApp/README.md
Update:
string apiHost = "api.staging-hellosign.com"; Console.WriteLine("Using HelloSign API at host: " + apiHost);
to
string apiHost = "app.hellosign.com"; Console.WriteLine("Using HelloSign API at host: " + apiHost);
(Internal reference number: 412112)