Skip to content

Releases: omise/omise-dotnet

v4.0.0

24 Oct 04:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v4.0.0

v3.1.0

14 Aug 07:19
f67bffe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

17 Jul 08:24
35ec689
Compare
Choose a tag to compare

What's Changed

  • Drop support for 2.x .NET to enable usage of c# 8.0 by @AnasNaouchi in #88

Full Changelog: v2.13.0...v3.0.0

v2.13.0

10 Jul 02:52
364edc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.0...v2.13.0

v2.12.0

23 May 07:54
376acc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.12.0

v2.11.0

15 Feb 07:55
d401d89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.11.0

v2.10.0

24 Oct 08:51
620d6f4
Compare
Choose a tag to compare
  • Added support for dynamic webhooks by adding webhook_endpoints in create charge request.

  • Added examples and unit tests for dynamic webhooks

v2.9.0

06 Sep 04:15
Compare
Choose a tag to compare
  • Updated charge models to include authorization_type field.

  • Added support for partial capture by adding capture_amount in capture request.

  • Added examples and unit tests for partial capture

v2.8.0

24 Aug 08:56
Compare
Choose a tag to compare
  • Updated charge models to include expired_at field.
  • Added .example.env and moved from static exposed values to .env usage
  • Changed unit testing to dotnet test instead of nunit3-console.exe removing third party dependency

v2.7.14

17 Aug 02:16
16061aa
Compare
Choose a tag to compare
  • Updated charge models to include paid_at field.