-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update AML search functionality
The recent code changes in `aml.go` and `kyx.go` files modify the AML search functionality. The `get` function in `kyx.go` now accepts an optional `headers` parameter, allowing for custom headers to be passed in the GET request. Additionally, the `AmlSearchByName` function in `kyx.go` has been updated to use the `post` function instead of the `get` function. These changes enhance the AML search functionality and improve the flexibility of the API. Based on the recent user commits and repository commits, it seems that the AML search functionality has been recently added and refined. The commits indicate the addition of the AML search by name functionality, as well as the addition of new fields in the `InfoKycResponse` struct. The commits also include a test for the KYC functionality and some general updates to the repository. Please note that the suggested commit message is based on the provided code changes and commits. It is important to review and modify the message as needed to accurately reflect the purpose of the changes and adhere to the repository's commit message conventions.
- Loading branch information
eminoz
committed
May 29, 2024
1 parent
d996a2c
commit bcafa82
Showing
3 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters