Skip to content

Releases: marazt/gpwebpay-net

v1.4.0

17 Mar 18:41
Compare
Choose a tag to compare

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

18 Oct 20:08
Compare
Choose a tag to compare

Added error values for PR and SR codes to have better error request reason for better debugging.

v1.3.2

12 Oct 18:20
Compare
Choose a tag to compare

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

08 Oct 20:00
Compare
Choose a tag to compare

Update of the PaymentRequest.Amount type from decimal to int.

v1.3.0

21 Sep 14:19
Compare
Choose a tag to compare

Propagate X509KeyStorageFlags arguments to be able to change them while creating X509Certificate2 instance.

v1.2.0

16 Mar 18:47
Compare
Choose a tag to compare
  • Extension of the IEncodingService and IClientService to support certificate instance too.

v1.1.0

01 Mar 20:03
Compare
Choose a tag to compare
  • 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

v1.0.0

28 Feb 10:03
Compare
Choose a tag to compare
  • Initial version