Release v0.0.1.12
Pre-release
Pre-release
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