aboutsummaryrefslogtreecommitdiff
path: root/payment_method.go
AgeCommit message (Collapse)Author
2023-02-02all: replace time.DateTime with static stringShulhan
The time.DateTime constant available since in Go 1.20.
2023-02-01all: split the merchant into DefaultMerchant and PaymentMerchantShulhan
The PaymentMerchant will be used if the payment method during inquiry exist as the key in it; otherwise it will use DefaultMerchant
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).