Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaubansa authored Jun 16, 2023
1 parent 8c595eb commit 16c6c2d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ The CyberSource .NET client provides convenient access to the [CyberSource REST
PM> Install-Package CyberSource.Rest.Client
```

## IMPORTANT FOR v0.0.1.30, v0.0.1.31, v0.0.1.32

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.

**This issue will get resolved from the upcoming version onwards.**

To resolve the issue in these three versions, run the following command from the Package Manager Console:

`Install-Package RestSharp -Version 108.0.3`

You may also want to execute the following command to upgrade the Authentication SDK to the correct version:

`Install-Package CyberSource.Authentication -Version 0.0.0.16`

## Registration & Configuration

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)
Expand Down

0 comments on commit 16c6c2d

Please sign in to comment.