Releases: adebisi-fa/paystack-dotnet
madder-shark
- Enhancement: Add
type
property to the ListBank API's response.
Thanks @lexTutor!
tin-turtle
This is a breaking change.
- Transaction ID type changed from Int32 (int) to Int64 (long).
Thank you @teghoz!
iron-squid
- Fix: Clean up URLs for Type-less API calls.
gold-shark
- 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
Bug fix: Use the correct BVN endpoint (Resolves #17)
pavonated-wolf
- Bug fix: Skips metadata parsing for API responses with false
status
and empty/nulldata
. #16
hyacinth-bee
-
(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
tin-rhinoceros
bontbok-wolf
-
Fixes #8. Thanks, @jonathantower!
-
Fixes #7. Grateful to @Herocod3r, for the pull request! Thanks.
-
New: All
~Response
types now has aRawJson
property that exposes the raw JSON sent by PayStack Server, as aString
. The~Response
types also has.AsJObject()
extension method that parses thisRawJson
as aJObject
. A JObject can be used to retrieve 'values' not exposed via the typed interface as described at Querying Json with LINQ.
Happy Coding!