Skip to content

Release v0.0.1.12

Pre-release
Pre-release

Choose a tag to compare

@gnongsie gnongsie released this 03 Mar 13:20
· 292 commits to master since this release
ea54432

Cybersource.Authentication.NetStandard ( v0.0.1.6 )

    • Fix for cache issue
    • The first certificate that is cached is always reused, without option to add more certificates. Also, the certificate fetched from cache is never matched to the certificate that is required.
      Solution : Adding certificate based on name of the certificate file. If the certificate has not been seen before, the certificate is added to the cache. If the certificate already exists in the cache, it is returned from the cache.

CyberSource.Rest.Client.NetStandard

  • Updates to Transaction Search and Details API
  • Carries fix for cache issue from Cybersource.Authentication.NetStandard SDK