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
2022-06-28 18:16:33 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4c7c737efd02b576ba2baa067092f795d5c25ef2
4c7c737e
1 parent
77a37911
minor fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
4c7c737
...
...
@@ -1349,7 +1349,7 @@ public class swiftApi {
}
public
func
constructCcmsUrl
(
_
sessionId
:
String
,
_
campaign
:
LoyaltyContextualOfferModel
)
->
String
{
print
(
"CCMS_PRESSED"
+
" "
+
campaign
.
_id
+
" "
+
campaign_offerName
)
print
(
"CCMS_PRESSED"
+
" "
+
campaign
.
_id
+
" "
+
campaign
.
_offerName
)
for
item
in
GlobalVariables
.
campaigns
{
if
(
item
.
loyaltyCampaignId
==
campaign
.
_loyaltyCampaignId
)
{
...
...
Please
register
or
login
to post a comment