MCPcopy Create free account
hub / github.com/QuantumNous/new-api / paymentReturnPath

Function paymentReturnPath

controller/return_path.go:9–12  ·  view source on GitHub ↗
(suffix string)

Source from the content-addressed store, hash-verified

7)
8
9func paymentReturnPath(suffix string) string {
10 base := strings.TrimRight(system_setting.ServerAddress, "/")
11 return base + suffix
12}

Callers 6

RequestEpayFunction · 0.85
genStripeLinkFunction · 0.85
RequestWaffoPayFunction · 0.85
SubscriptionEpayReturnFunction · 0.85

Calls

no outgoing calls