fix(api): fix credential type handling and rebuild subscription transaction safety (#30242)

Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
This commit is contained in:
NeatGuyCoding
2025-12-28 20:29:35 +08:00
committed by GitHub
parent bf56c2e9db
commit a00ac1b5b1
3 changed files with 786 additions and 41 deletions

View File

@ -146,7 +146,7 @@ class PluginParameterService:
provider,
action,
resolved_credentials,
CredentialType.API_KEY.value,
original_subscription.credential_type or CredentialType.UNAUTHORIZED.value,
parameter,
)
.options