Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ GetCallbackAddress
Function
GetCallbackAddress
service/epay.go:7–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
GetCallbackAddress() string {
8
if
setting.CustomCallbackAddress ==
""
{
9
return
setting.ServerAddress
10
}
11
return
setting.CustomCallbackAddress
12
}
Callers
1
RequestEpay
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected