-
Notifications
You must be signed in to change notification settings - Fork 16
Net core 3.1 config #6
Comments
Because the SDK still needs to be compatible with .NET Framework 4.5, the configuration loading has not been updated. It still requires an We suggest you use either use one of the methods in class |
Awesome that worked!! |
Hi Iam trying to connect ingenico device, but the methods which i am trying to call i am not able to find in sdk. can u help me to connect |
The methods in The methods in I suggest one of the two methods that immediately returns a |
In web config i had written like this
but i am getting "ExceptionMessage":"Unsupported Authorization", where can i find host name |
Let's continue in #7. |
I have net core 3.1 web app and trying to use this SDK. How do I configure in App.Setting
With below, it gives error that configuration not found.
"ConnectSDK": {
"connectTimeout": "5000",
"socketTimeout": "30000",
"maxConnections": "10",
"authorizationType": "",
"integrator": "",
"apiEndpoint": {
"host": "",
"scheme": "https"
}
}
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: