| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-31 | all: add prefix Disburse to UserID, Email, and ApiKey in ClientOptions | Shulhan | |
| This is to differentiate options between Merchant and Disbursement. | |||
| 2022-11-18 | all: export types RtolTransfer, ClearingTransfer and method Sign | Shulhan | |
| The idea is to allow testing the client from other module without using the provided APIs. | |||
| 2022-11-10 | all: change the inquiry and transfer parameter to pointer | Shulhan | |
| Since the call to inquiry/transfer modify the parameter fields, we need to pass it as pointer so the caller can inspect or log the request values. | |||
| 2022-11-07 | all: update README, license headers, and add Makefile | Shulhan | |
| 2022-11-07 | all: implement client API for Clearing Transfer | Shulhan | |
| The ClearingTransfer method do the clearing transfer using request and response from Clearing Inquiry. | |||
