Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Releases: paynl/csharp-sdk

Version 1.0.3.0

05 Sep 09:21
3d2b128
Compare
Choose a tag to compare

Changes

  • Fixed versioning and core selection.

This is also available on Nuget as of now.

Version 1.0.2.0

06 Aug 13:10
9c3db11
Compare
Choose a tag to compare

Changes

  • Improved multicore support.
  • Added extra core.

This is also available on Nuget as of now.

Version 1.0.1.0

09 Apr 07:41
da0acb2
Compare
Choose a tag to compare

Changes

  • Added multicore support.

This is also available on Nuget as of now.

Version 1.0.0.20

24 Aug 13:02
193fe88
Compare
Choose a tag to compare

Changes

  • Modified Banktransfer API call

This is also available on Nuget as of now.

Version 1.0.0.19

21 Jul 15:42
6a2d804
Compare
Choose a tag to compare

Changes

  • Added support for larger PaymentSessionId's
  • Bumped dependancy versions

This is also available on Nuget as of now.

Payment Types made easier & expanded

03 Jul 15:21
7af08e9
Compare
Choose a tag to compare

The available payment types have been extended to match https://docs.pay.nl/developers#transaction-productData

The product types for order lines can now be set in the constructor of the OrderData object, making it easier to use.

Refund exchange URL

10 May 09:41
Compare
Choose a tag to compare

Thanks to the pull request by VincentNedfinity, a bug was fixed in the validation. 👍
Furthermore he suggested adding an optional Exchange URL to the Refund method.

This has been completed with version 1.0.0.9.

Furthermore, this is available in NuGet as of now.

Refund information

19 Oct 11:02
Compare
Choose a tag to compare

Changelog:

  • Added support for Refund::Info
  • Added additional tests for the above to the test app.

New version is uploaded to NuGet.

Added Refund::Transaction

24 Jul 16:05
Compare
Choose a tag to compare

Changelog:

  • Add Refund::Transaction
  • New NuGet release (with version bump)

Fixes for the date time conversion

22 May 10:10
Compare
Choose a tag to compare

Changelog:

  • Added support for date only without time.
  • Added additional tests for the above to the test app.

New version is uploaded to NuGet.