index
:
duitku
main
Go module for duitku.com.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-02-13
go.mod: update all dependencies
HEAD
main
Shulhan
2026-02-12
all: simplify README and remove the symlink
Shulhan
2025-07-13
Release duitku v0.1.0 (2025-07-13)
v0.1.0
Shulhan
2025-07-13
all: rewrite the README using markdown
Shulhan
2025-07-12
all: replace module share with pakakeh.go
Shulhan
2025-07-12
all: use linter from package pakakeh.go
Shulhan
2025-07-12
all: fix tests based on recent API response
Shulhan
2025-07-12
all: add option Timeout to Client
Shulhan
2023-08-17
go.mod: update dependencies
Shulhan
2023-08-15
all: add list of known error codes
Shulhan
2023-08-15
all: export all of status codes
Shulhan
2023-07-12
client/merchant_inquiry: return 4xx error from duitku
yogi sofiharja
2023-07-12
merchant_inquiry_response: add struct ErrorMessage to catch HTTP error message
yogi sofiharja
2023-07-06
client: return response from duitku even if the code is not success (00)
yogi sofiharja
2023-03-23
all: replace golangci-lint with revive
Shulhan
2023-03-23
all: fix the response fields on MerchantInquiryResponse
Shulhan
2023-03-17
all: change the MerchantTxStatus parameter to struct
Shulhan
2023-03-09
all: export the CallbackUrl, ReturnUrl, and Signature in MerchantInquiry
Shulhan
2023-03-09
all: export the field ExpiryPeriode in MerchantInquiry
Shulhan
2023-03-09
go.mod: update all dependencies
Shulhan
2023-02-12
go.mod: update all dependencies to latest release
Shulhan
2023-02-02
all: replace time.DateTime with static string
Shulhan
2023-02-01
all: update README to include supported merchant APIs
Shulhan
2023-02-01
all: implement API to check merchant transaction status
Shulhan
2023-02-01
go.mod: update the share module
Shulhan
2023-02-01
all: implement API for Merchant Inquiry
Shulhan
2023-02-01
all: split the merchant into DefaultMerchant and PaymentMerchant
Shulhan
2023-01-31
all: add client options to set merchant callback and return URL
Shulhan
2023-01-31
all: implement API to get active payment method for merchant
Shulhan
2023-01-31
all: add function to load ClientOptions from file
Shulhan
2023-01-31
make: split the lint task and add golangci-lint as one of the linter
Shulhan
2023-01-31
all: add prefix Disburse to UserID, Email, and ApiKey in ClientOptions
Shulhan
2023-01-31
all: add options for merchant code and its API key
Shulhan
2023-01-20
all: fix and un-skip testing Clearing Inquiry and Transfer
Shulhan
2023-01-20
make: print total test coverage and generate coverage files
Shulhan
2023-01-20
all: update comment on Client ListBank
Shulhan
2023-01-20
all: move test files for disbursement under its own directory
Shulhan
2023-01-20
all: set DisburseID after successful RtolTransfer
Shulhan
2023-01-20
all: implement client API for InquiryStatus
Shulhan
2022-11-30
all: change the parameter of ClearingTransfer and RtolTransfer
Shulhan
2022-11-30
all: do not check for response Code on transfer
Shulhan
2022-11-30
all: add method Options in Client
Shulhan
2022-11-18
testdata/disbursement: fix typo in bankAccount number
Shulhan
2022-11-18
all: export types RtolTransfer, ClearingTransfer and method Sign
Shulhan
2022-11-15
all: move the "/webapi/api" prefix from server URL to paths
Shulhan
2022-11-10
all: change the inquiry and transfer parameter to pointer
Shulhan
2022-11-07
all: update README, license headers, and add Makefile
Shulhan
2022-11-07
all: update comments format and remove logging
Shulhan
2022-11-07
all: implement type for Clearing callback
Shulhan
2022-11-07
all: add missing field Purpose and UserID in RtolTransferResponse
Shulhan
[next]