add OP const
This commit is contained in:
parent
00d2d0f895
commit
9807db0739
|
@ -1,5 +1,11 @@
|
|||
package onpoint
|
||||
|
||||
const (
|
||||
PaymentMethodCOD = "cod"
|
||||
PaymentMethodBankTransfer = "bank_transfer"
|
||||
PaymentMethodWallet = "wallet"
|
||||
)
|
||||
|
||||
const (
|
||||
CodeSuccess = "SUCCESS"
|
||||
|
||||
|
|
Loading…
Reference in New Issue