Releases: paynl/csharp-sdk
Version 1.0.3.0
Changes
- Fixed versioning and core selection.
This is also available on Nuget as of now.
Version 1.0.2.0
Changes
- Improved multicore support.
- Added extra core.
This is also available on Nuget as of now.
Version 1.0.1.0
Changes
- Added multicore support.
This is also available on Nuget as of now.
Version 1.0.0.20
Changes
- Modified Banktransfer API call
This is also available on Nuget as of now.
Version 1.0.0.19
Changes
- Added support for larger PaymentSessionId's
- Bumped dependancy versions
This is also available on Nuget as of now.
Payment Types made easier & expanded
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
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
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
Changelog:
- Add Refund::Transaction
- New NuGet release (with version bump)
Fixes for the date time conversion
Changelog:
- Added support for date only without time.
- Added additional tests for the above to the test app.
New version is uploaded to NuGet.