Releases: marazt/gpwebpay-net
Releases · marazt/gpwebpay-net
v1.4.0
Fix of the Issue #2. Set numeric values (OrderNumber, Amount) and constants to unsigned types to have bigger positive range and remove possibility to set negative values that have no sense here.
v1.3.3
Added error values for PR and SR codes to have better error request reason for better debugging.
v1.3.2
Added validation for input parameters DESCRIPTION and MD.
Added error values for PR and SR codes to have better error request reason for better debugging.
v1.3.1
Update of the PaymentRequest.Amount type from decimal to int.
v1.3.0
Propagate X509KeyStorageFlags arguments to be able to change them while creating X509Certificate2 instance.
v1.2.0
- Extension of the IEncodingService and IClientService to support certificate instance too.
v1.1.0
- Added validation of reponse Digest1 (second digest for more security). It causes breaking change in IClientService.ProcessGPWebPayResponse methods where is added new argument merchantNumber.
- Update of the unit tests