Skip to content

Releases: adebisi-fa/paystack-dotnet

madder-shark

18 Mar 19:15
4dcd0c3
Compare
Choose a tag to compare
  • Enhancement: Add type property to the ListBank API's response.

Thanks @lexTutor!

tin-turtle

03 Oct 20:44
Compare
Choose a tag to compare

This is a breaking change.

  • Transaction ID type changed from Int32 (int) to Int64 (long).

Thank you @teghoz!

iron-squid

20 Aug 06:29
Compare
Choose a tag to compare
  • Fix: Clean up URLs for Type-less API calls.

gold-shark

20 Aug 03:56
Compare
Choose a tag to compare
  • Feat: 100% API coverage (via the Type-less API)
  • Bug fix: Closes #21 (Thanks @thrizy, sorry it took so long!)
  • Feat: Adds Transactions PartialDebit API (Typed).

prasinous-snail

12 Sep 08:24
Compare
Choose a tag to compare

Bug fix: Use the correct BVN endpoint (Resolves #17)

pavonated-wolf

07 Sep 23:28
Compare
Choose a tag to compare
  • Bug fix: Skips metadata parsing for API responses with false status and empty/null data. #16

hyacinth-bee

07 Sep 16:59
Compare
Choose a tag to compare
  • (Bug Fix) Incorrect attempt to parse 'metadata' from JArray responses. Thanks @ddynamight for filing the bug! #15

  • (Feature) Enable multi-currency for transaction initializer (Inspired by @django101. Thanks for the PR) #14

bloodhound-tiger

02 Apr 17:59
Compare
Choose a tag to compare
  • Bug fix. Adds ChargeApi's missing request DTOs properties: Reference and DeviceId - (#12, thanks @teghoz)

  • Minor bug fixes around Reference management.

tin-rhinoceros

25 Mar 22:54
Compare
Choose a tag to compare
  • Bug fix. Transaction's ChargeAuthorization method included (BIG thanks to Aghogho Bernard - @teghoz) #10 & #11

  • Transaction's CheckAuthorization and RequestReauthorization methods now included.

  • Exposes more query params to the Transaction's Export method.

bontbok-wolf

06 Dec 20:41
Compare
Choose a tag to compare
  • Fixes #8. Thanks, @jonathantower!

  • Fixes #7. Grateful to @Herocod3r, for the pull request! Thanks.

  • New: All ~Response types now has a RawJson property that exposes the raw JSON sent by PayStack Server, as a String. The ~Response types also has .AsJObject() extension method that parses this RawJson as a JObject. A JObject can be used to retrieve 'values' not exposed via the typed interface as described at Querying Json with LINQ.

Happy Coding!