Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2025-02-12 15:02:27 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fff90133448d3a978d3d8f96602f023e3c36b4bc
fff90133
1 parent
f5ab658d
fix getMarketPassMapUrl urls
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
fff9013
...
...
@@ -9381,9 +9381,9 @@ public class swiftApi {
public
func
getMarketPassMapUrl
()
->
String
{
let
appUuid
=
swiftApi
()
.
getAppUuid
()
if
(
appUuid
==
"f83dfde1145e4c2da69793abb2f579af"
)
{
return
"https://dev.supermarketdeals.eu/map"
return
"https://
magenta-
dev.supermarketdeals.eu/map"
}
else
{
return
"https://supermarketdeals.eu/map"
return
"https://
magenta.
supermarketdeals.eu/map"
}
}
...
...
Please
register
or
login
to post a comment