Hi, I'm currently implementing the CyberSource.Rest.Client on version 0.0.1.29, and when I call the CyberSource.Client.Configuration I get the next exception(see higher level exception). How can I handle this exception?.
Down below I'll define my Project Configurations.
Regards.
Higher level exception
The type initializer for 'CyberSource.Client.Configuration' threw an exception.
at CyberSource.Client.ApiClient..ctor()
at CyberSource.Client.Configuration.SetApiClientUsingDefault(ApiClient apiClient)
at CyberSource.Client.Configuration..ctor(ApiClient apiClient, Dictionary'2 defaultHeader, String username, String password, String accessToken, Dictionary'2 apiKey, Dictionary'2 apiKeyPrefix, String tempFolderPath, String dateTimeFormat, Int32 timeout, String userAgent, IReadOnlyDictionary'2 merchConfigDictObj)
...
Inner level exception
Method not found: 'Void RestSharp.RestClient.set_Timeout(Int32)'.
at CyberSource.Client.Configuration.set_Timeout(Int32 value)
at CyberSource.Client.Configuration..ctor(ApiClient apiClient, Dictionary'2 defaultHeader, String username, String password, String accessToken, Dictionary'2 apiKey, Dictionary'2 apiKeyPrefix, String tempFolderPath, String dateTimeFormat, Int32 timeout, String userAgent, IReadOnlyDictionary'2 merchConfigDictObj)
at CyberSource.Client.Configuration..cctor()
Hi, I'm currently implementing the CyberSource.Rest.Client on version
0.0.1.29
, and when I call the CyberSource.Client.Configuration I get the next exception(see higher level exception). How can I handle this exception?. Down below I'll define my Project Configurations.Regards.
Higher level exception
Inner level exception
Project Configurations
My code snippet