| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-31 | all: add client options to set merchant callback and return URL | Shulhan | |
| Since the callback and return URL rarely changes, setting this in ClientOptions can simplify creating MerchantInquiry request. | |||
| 2023-01-31 | all: add function to load ClientOptions from file | Shulhan | |
| The LoadClientOptions load the ClientOptions from configuration file. The file configuration is using INI, for example [duitku] server_url = https://sandbox.duitku.com disburse_user_id = 3551 disburse_email = test@chakratechnology.com disburse_api_key = de5... | |||
