hotime/vendor/github.com/go-pay/gopay/constant.go

14 lines
170 B
Go
Raw Permalink Normal View History

2022-05-24 05:49:25 +00:00
package gopay
const (
NULL = ""
SUCCESS = "SUCCESS"
FAIL = "FAIL"
OK = "OK"
DebugOff = 0
DebugOn = 1
Version = "1.5.78"
)
type DebugSwitch int8