Skip to content

Commit

Permalink
Add hard coded port for local environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrivereto committed Oct 28, 2024
1 parent 9ead2a1 commit 0bba538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TrustlySDK/TrustlyView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ public class TrustlyView : UIView, TrustlyProtocol, WKNavigationDelegate, WKScri
}

if ("local" == env), let urlLocal = localUrl {
url = "http://"+urlLocal+"/start/selectBank/"+fn+"?v="+build+"-ios-sdk"
url = "http://"+urlLocal+":8000/start/selectBank/"+fn+"?v="+build+"-ios-sdk"
isLocalEnvironment = true

} else {
Expand Down

0 comments on commit 0bba538

Please sign in to comment.