Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 650 Bytes

File metadata and controls

19 lines (11 loc) · 650 Bytes

CyberSource Authentication

Here is the new project created from the bottom up after needs to use CyberSource in the .NET applications with their new RESTfull API.

Requirements

Project build with .NET Standard 2.0.

  • .NET Core SDK 2.0+

Notes

  1. Project created by decompile the original library.
  2. Code cleaned up and removed not needed dependencies with logging - NLog. Ideally later it need to be updated to use more common solution with Logging framework from .NET Core.
  3. Library migrated to the .NET Standard 2.0.
  4. Created proper NuGet specification file to have possibility to create package and push to NuGet feed.

Links