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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,20 @@ The CyberSource .NET client provides convenient access to the [CyberSource REST
14
14
PM> Install-Package CyberSource.Rest.Client
15
15
```
16
16
17
+
## IMPORTANT FOR v0.0.1.30, v0.0.1.31, v0.0.1.32
18
+
19
+
CyberSource is aware of an issue with these versions of the SDK caused by the tight coupling of the version of RestSharp with the SDK. The packaging information has not been updated to reflect the correct constraints for RestSharp.
20
+
21
+
**This issue will get resolved from the upcoming version onwards.**
22
+
23
+
To resolve the issue in these three versions, run the following command from the Package Manager Console:
24
+
25
+
`Install-Package RestSharp -Version 108.0.3`
26
+
27
+
You may also want to execute the following command to upgrade the Authentication SDK to the correct version:
Use of this SDK and the CyberSource APIs requires having an account on our system. You can find details of getting a test account and creating your keys [here](https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/registration.html)
0 commit comments