| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-02 | all: replace time.DateTime with static string | Shulhan | |
| The time.DateTime constant available since in Go 1.20. | |||
| 2023-02-01 | all: split the merchant into DefaultMerchant and PaymentMerchant | Shulhan | |
| The PaymentMerchant will be used if the payment method during inquiry exist as the key in it; otherwise it will use DefaultMerchant | |||
| 2023-01-31 | all: implement API to get active payment method for merchant | Shulhan | |
| The MerchantPaymentMethod method return list of payment methods enabled by merchant (your project). | |||
