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

14 lines
170 B
Go
Raw Normal View History

2023-12-21 22:17:40 +08:00
package gopay
const (
NULL = ""
SUCCESS = "SUCCESS"
FAIL = "FAIL"
OK = "OK"
DebugOff = 0
DebugOn = 1
Version = "1.5.95"
)
type DebugSwitch int8