Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Inquiry with checkConfiguration = false #20

Open
sukhanov opened this issue Sep 7, 2022 · 0 comments
Open

new Inquiry with checkConfiguration = false #20

sukhanov opened this issue Sep 7, 2022 · 0 comments

Comments

@sukhanov
Copy link

sukhanov commented Sep 7, 2022

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");

@sukhanov sukhanov closed this as completed Sep 7, 2022
@sukhanov sukhanov reopened this Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant