MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / ContainsPayMethod

Function ContainsPayMethod

setting/payment.go:39–46  ·  view source on GitHub ↗
(method string)

Source from the content-addressed store, hash-verified

37}
38
39func ContainsPayMethod(method string) bool {
40 for _, payMethod := range PayMethods {
41 if payMethod["type"] == method {
42 return true
43 }
44 }
45 return false
46}

Callers 1

RequestEpayFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected