feat: region payment providers management workflows/api (#6864)
This commit is contained in:
committed by
GitHub
parent
12fcb655cd
commit
e944a627f0
@@ -70,7 +70,11 @@ export function toRemoteJoinerQuery(
|
||||
}
|
||||
|
||||
if (isEntryPoint) {
|
||||
remoteJoinerQuery.alias = key
|
||||
if (value.isServiceAccess) {
|
||||
remoteJoinerQuery.service = key
|
||||
} else {
|
||||
remoteJoinerQuery.alias = key
|
||||
}
|
||||
} else {
|
||||
remoteJoinerQuery.expands!.push(expandObj)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user