integrate-onpoint #5

Merged
sinhluu merged 15 commits from integrate-onpoint into master 2022-10-31 09:36:25 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 9807db0739 - Show all commits

View File

@ -1,5 +1,11 @@
package onpoint package onpoint
const (
PaymentMethodCOD = "cod"
PaymentMethodBankTransfer = "bank_transfer"
PaymentMethodWallet = "wallet"
)
const ( const (
CodeSuccess = "SUCCESS" CodeSuccess = "SUCCESS"