Skip to content

Commit

Permalink
fix(connector): [UNIFIED_AUTHENTICATION_SERVICE] change url path to `…
Browse files Browse the repository at this point in the history
…pre_authentication_processing` in pre-auth flow (#6885)
  • Loading branch information
sai-harsha-vardhan authored Dec 19, 2024
1 parent 63c94b6 commit 55c6802
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ nin = "nin" # National identification number, a field used by PayU connector
requestor = "requestor" #Used in external 3ds flows
substituters = "substituters" # Present in `flake.nix`
unsuccess = "unsuccess" # Used in cryptopay request
authetication = "authetication" #UAS pre-authentication URL

[files]
extend-exclude = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl
connectors: &Connectors,
) -> CustomResult<String, errors::ConnectorError> {
Ok(format!(
"{}pre_authetication_processing",
"{}pre_authentication_processing",
self.base_url(connectors)
))
}
Expand Down

0 comments on commit 55c6802

Please sign in to comment.