Skip to content

Releases: iyzico/iyzipay-dotnet

iyzipay-dotnet v2.1.38

10 Aug 20:26
Compare
Choose a tag to compare

Version 2.1.38 Release :

  • Commission field added on bin number and installment responses

iyzipay-dotnet v2.1.37

05 Feb 11:24
Compare
Choose a tag to compare

Version 2.1.37 Release :

  • Subscription related endpoints are added

iyzipay-dotnet v2.1.36

04 Feb 06:50
Compare
Choose a tag to compare

version 2.1.36

iyzipay-dotnet v2.1.33

20 Jan 08:23
Compare
Choose a tag to compare

Version 2.1.33 Release :

  • Functional tests are added under the Iyzipay.Tests project and they are running for net45, core 1.1 and core 2.0 environments on each commit
  • HttpClient used as single instance based on this link "https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?redirectedfrom=MSDN&view=netframework-4.8#remarks"
  • After the core support; net45, net standard 1.3 and net standard 2.0 packages available
  • Added card management functionality
  • Newtonsoft version change;

    For .Net Framework usage, decimal deserialized to string with trim "0" operation from the end by newtonsoft library.

    // true for .net 45
    bool isEqual = payment.IyziCommissionRateAmount.Equals("0.028875")

    For .Net Standard usage, decimal deserialized to string without trim operation by newtonsoft library.

    // false for .net standard
    bool isEqual = payment.IyziCommissionRateAmount.Equals("0.028875");
    // true for .net standard
    bool isEqual = payment.IyziCommissionRateAmount.Equals("0.02887500");

iyzipay-dotnet v2.1.32

31 Oct 08:33
Compare
Choose a tag to compare

version 2.1.32

iyzipay-dotnet v2.1.29

11 Sep 12:26
Compare
Choose a tag to compare

version 2.1.29

iyzipay-dotnet v2.1.25

16 Jul 19:28
Compare
Choose a tag to compare

version 2.1.25

iyzipay-dotnet v2.1.24

26 Jun 11:36
Compare
Choose a tag to compare

version 2.1.24

iyzipay-dotnet v2.1.23

18 Jun 07:02
Compare
Choose a tag to compare

version 2.1.23

iyzipay-dotnet v2.1.22

24 Dec 14:25
Compare
Choose a tag to compare

version 2.1.22