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-05 12:01:16 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
50e8d3fd0656653c3bb96d8dbfd0add2c7de8265
50e8d3fd
1 parent
7d1422f5
fix constructCcmsUrl matching
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 @
50e8d3f
...
...
@@ -1523,7 +1523,7 @@ public class swiftApi {
public
func
constructCcmsUrl
(
_
campaign
:
LoyaltyContextualOfferModel
)
->
String
{
for
item
in
GlobalVariables
.
campaigns
{
if
(
item
.
loyaltyCampaignI
d
==
campaign
.
_loyaltyCampaignId
)
{
if
(
item
.
session_uui
d
==
campaign
.
_loyaltyCampaignId
)
{
print
(
"CCMS_PRESSED"
+
" "
+
campaign
.
_id
+
" "
+
campaign
.
_offerName
)
var
assetsString
=
""
...
...
Please
register
or
login
to post a comment