aboutsummaryrefslogtreecommitdiff
path: root/payment_fee.go
AgeCommit message (Collapse)Author
2023-03-23all: replace golangci-lint with reviveShulhan
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.
2023-01-31all: implement API to get active payment method for merchantShulhan
The MerchantPaymentMethod method return list of payment methods enabled by merchant (your project).