| Age | Commit message (Collapse) | Author |
|
The golangci-lint is become unusable when building with Go tip and their
default run does not return any results.
This changes fix all code and comments reported by revive.
|
|
This is to differentiate options between Merchant and Disbursement.
|
|
The idea is to allow testing the client from other module without
using the provided APIs.
|
|
|
|
|
|
The type in request is always be an int.
|
|
This is to make documentation for the type that embed those types more
clear.
|
|
The RtolInquiry method get the information of the name of the account
owner of the transfer destination.
After getting this information, customers can determine whether the
purpose of such a transfer is in accordance with the intended or not.
If appropriate, the customer can proceed to the transfer process.
Ref: https://docs.duitku.com/disbursement/en/#transfer-online
|