Compare commits

...

5 Commits

Author SHA1 Message Date
trunglt251292 38b82067c7 Merge branch 'master' of git.selly.red:Selly-Modules/3pl into develop 2023-05-10 14:56:30 +07:00
trunglam 93651891ab Merge pull request 'add fundiin' (#6) from fundiin into master
Reviewed-on: #6
2023-05-10 07:08:29 +00:00
trunglt251292 ff3264f0d3 add fundiin 2023-05-10 14:07:41 +07:00
sinhluu dd33c7f9f9 Merge pull request 'integrate-onpoint' (#5) from integrate-onpoint into master
Reviewed-on: #5
2022-10-31 09:36:25 +00:00
Sinh fce18340f1 Merge branch 'fix-gc-car' into integrate-onpoint 2022-10-24 18:02:42 +07:00
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ const (
PaymentMethodCOD = "cod" PaymentMethodCOD = "cod"
PaymentMethodBankTransfer = "bank_transfer" PaymentMethodBankTransfer = "bank_transfer"
PaymentMethodWallet = "wallet" PaymentMethodWallet = "wallet"
PaymentMethodFundiin = "fundiin"
) )
const ( const (