Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
paymentReturnPath(suffix string) string {
10
base := strings.TrimRight(system_setting.ServerAddress,
"/"
)
11
return
base + suffix
12
}
Callers
6
RequestEpay
Function · 0.85
genStripeLink
Function · 0.85
RequestWaffoPay
Function · 0.85
TestPaymentReturnPathUsesDefaultDashboardRoutes
Function · 0.85
genStripeSubscriptionLink
Function · 0.85
SubscriptionEpayReturn
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestPaymentReturnPathUsesDefaultDashboardRoutes
Function · 0.68