aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-13go.mod: update all dependenciesHEADmainShulhan
2026-02-12all: simplify README and remove the symlinkShulhan
2025-07-13Release duitku v0.1.0 (2025-07-13)v0.1.0Shulhan
2025-07-13all: rewrite the README using markdownShulhan
2025-07-12all: replace module share with pakakeh.goShulhan
2025-07-12all: use linter from package pakakeh.goShulhan
2025-07-12all: fix tests based on recent API responseShulhan
2025-07-12all: add option Timeout to ClientShulhan
2023-08-17go.mod: update dependenciesShulhan
2023-08-15all: add list of known error codesShulhan
2023-08-15all: export all of status codesShulhan
2023-07-12client/merchant_inquiry: return 4xx error from duitkuyogi sofiharja
2023-07-12merchant_inquiry_response: add struct ErrorMessage to catch HTTP error messageyogi sofiharja
2023-07-06client: return response from duitku even if the code is not success (00)yogi sofiharja
2023-03-23all: replace golangci-lint with reviveShulhan
2023-03-23all: fix the response fields on MerchantInquiryResponseShulhan
2023-03-17all: change the MerchantTxStatus parameter to structShulhan
2023-03-09all: export the CallbackUrl, ReturnUrl, and Signature in MerchantInquiryShulhan
2023-03-09all: export the field ExpiryPeriode in MerchantInquiryShulhan
2023-03-09go.mod: update all dependenciesShulhan
2023-02-12go.mod: update all dependencies to latest releaseShulhan
2023-02-02all: replace time.DateTime with static stringShulhan
2023-02-01all: update README to include supported merchant APIsShulhan
2023-02-01all: implement API to check merchant transaction statusShulhan
2023-02-01go.mod: update the share moduleShulhan
2023-02-01all: implement API for Merchant InquiryShulhan
2023-02-01all: split the merchant into DefaultMerchant and PaymentMerchantShulhan
2023-01-31all: add client options to set merchant callback and return URLShulhan
2023-01-31all: implement API to get active payment method for merchantShulhan
2023-01-31all: add function to load ClientOptions from fileShulhan
2023-01-31make: split the lint task and add golangci-lint as one of the linterShulhan
2023-01-31all: add prefix Disburse to UserID, Email, and ApiKey in ClientOptionsShulhan
2023-01-31all: add options for merchant code and its API keyShulhan
2023-01-20all: fix and un-skip testing Clearing Inquiry and TransferShulhan
2023-01-20make: print total test coverage and generate coverage filesShulhan
2023-01-20all: update comment on Client ListBankShulhan
2023-01-20all: move test files for disbursement under its own directoryShulhan
2023-01-20all: set DisburseID after successful RtolTransferShulhan
2023-01-20all: implement client API for InquiryStatusShulhan
2022-11-30all: change the parameter of ClearingTransfer and RtolTransferShulhan
2022-11-30all: do not check for response Code on transferShulhan
2022-11-30all: add method Options in ClientShulhan
2022-11-18testdata/disbursement: fix typo in bankAccount numberShulhan
2022-11-18all: export types RtolTransfer, ClearingTransfer and method SignShulhan
2022-11-15all: move the "/webapi/api" prefix from server URL to pathsShulhan
2022-11-10all: change the inquiry and transfer parameter to pointerShulhan
2022-11-07all: update README, license headers, and add MakefileShulhan
2022-11-07all: update comments format and remove loggingShulhan
2022-11-07all: implement type for Clearing callbackShulhan
2022-11-07all: add missing field Purpose and UserID in RtolTransferResponseShulhan