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-07-06 13:48:12 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1cbb5d43654ed887522db258b2aeb2b986f8b811
1cbb5d43
1 parent
ab37500e
minor fix
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
SwiftWarplyFramework/.DS_Store
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/.DS_Store
View file @
1cbb5d4
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
1cbb5d4
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
1cbb5d4
...
...
@@ -1543,7 +1543,7 @@ public class swiftApi {
if
(
item
.
session_uuid
==
campaign
.
_loyaltyCampaignId
)
{
print
(
"CCMS_PRESSED"
+
" "
+
campaign
.
_id
+
" "
+
campaign
.
_offerName
)
// TODO: DELETE
print
(
"campaign matched: "
+
" "
+
item
.
session_uuid
+
" ccms matched: "
+
campaign
.
_loyaltyCampaignId
)
print
(
"campaign matched: "
+
" "
+
(
item
.
session_uuid
??
""
)
+
" ccms matched: "
+
campaign
.
_loyaltyCampaignId
)
var
assetsString
=
""
if
(
campaign
.
_eligibleAssets
!=
nil
&&
campaign
.
_eligibleAssets
.
count
>
0
)
{
...
...
Please
register
or
login
to post a comment