You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create new Inquiry instance with parameter checkConfiguration = false throw exeption in net core app (withoutn app.config) for config for connectTimeOut.
create new Inquiry instance with parameter checkConfiguration = false throw exeption in net core app (withoutn app.config) for config for connectTimeOut.
if (checkConfiguration)
{
this.CheckConfigurationParameter(configuration.MerchantId, "MerchantId");
this.CheckConfigurationParameter(configuration.URL, "URL");
this.CheckConfigurationParameter(configuration.ConfigKey, "ConfigKey");
}
this.CheckConfigurationParameter(configuration.ConnectTimeout, "ConnectTimeout");
The text was updated successfully, but these errors were encountered: