add OP const

This commit is contained in:
Sinh 2022-10-17 14:32:28 +07:00
parent 00d2d0f895
commit 9807db0739
1 changed files with 6 additions and 0 deletions

View File

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