| 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-07 | all: update README, license headers, and add Makefile | Shulhan | |
| 2022-11-07 | all: changes the UserID in ClientOptions from string to int64 | Shulhan | |
| The type in request is always be an int. | |||
| 2022-11-04 | all: export the request and response types | Shulhan | |
| This is to make documentation for the type that embed those types more clear. | |||
| 2022-11-04 | all: implement API to do online transfer | Shulhan | |
| The RtolTransfer do the actual transfer to customer's bank account using the request and response from RtolInquiry. | |||
