Skip to content

Releases: kintsdev/aurora-go-sdk

v1.0.11

18 May 13:19
e3c12b9

Choose a tag to compare

feat(request): ✨ add `Balance` field to `Common` struct and reorder f…

v1.0.10

04 May 11:47
d11b56a

Choose a tag to compare

feat(request): ✨ add `TransactionID` field to `ProcessRequest`

* enhances request validation by allowing `TransactionID` to be checked
* ensures that either `TransactionID` or `Transaction` must be provided

v1.0.9

04 May 11:41
630c8ef

Choose a tag to compare

Full Changelog: v1.0.8...v1.0.9

v1.0.8

25 Apr 20:43
cbdbdd4

Choose a tag to compare

feat(request): ✨ add `FirstName`, `LastName`, and `IdentityNumber` fi…

v1.0.7

25 Apr 20:19
d3c6442

Choose a tag to compare

refactor(request): 🔧 reorder fields in ProcessRequest and add Merchan…

v1.0.6

25 Apr 20:18
d3c6442

Choose a tag to compare

refactor(request): 🔧 reorder fields in ProcessRequest and add Merchan…

v1.0.5

13 Apr 13:09
f860e58

Choose a tag to compare

refactor(request): 🔧 remove unused `TransactionID` field from `Proces…

v1.0.4

10 Apr 12:00
7b0d711

Choose a tag to compare

Merge pull request #4 from kintsdev/new-fields

feat(transfer): ✨ add identity and contact fields to `Transfer` struct

v1.0.3

09 Apr 12:28
e98c6de

Choose a tag to compare

Merge pull request #3 from kintsdev/callback

feat(callback): ✨ add callback transaction functionality

v1.0.2

09 Apr 12:17
7a4aff8

Choose a tag to compare

Merge pull request #2 from kintsdev/fix-path

fix(process): 🐛 remove trailing slash from `/process` endpoint