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-29 10:41:02 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5bafcdd5f1b43c973b7e2211ca36adc8b9ca8deb
5bafcdd5
1 parent
576cb3ab
fix url construction at GiftsVC
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/GiftsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/GiftsViewController.swift
View file @
5bafcdd
...
...
@@ -101,6 +101,8 @@ extension GiftsViewController: UITableViewDelegate, UITableViewDataSource{
}
}
url
=
swiftApi
()
.
constructCcmsUrl
(
campaigns
[
indexPath
.
row
],
ccmsCampaignFound
)
}
else
{
url
=
swiftApi
()
.
constructCampaignUrl
(
campaigns
[
indexPath
.
row
])
}
}
else
{
...
...
Please
register
or
login
to post a comment