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
2024-04-02 11:37:13 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c92daf106911f3514e53d355f3dd765bfa729748
c92daf10
1 parent
673e108e
filter non available coupon campaigns
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
c92daf1
...
...
@@ -1703,6 +1703,8 @@ public class swiftApi {
})
func
parseCampaigns
()
->
Array
<
CampaignItemModel
>
{
campaignsArray
=
campaignsArray
.
filter
{
$0
.
_coupon_availability
!=
0
}
swiftApi
()
.
setUniqueCampaignList
(
campaignsArray
)
carouselArray
=
campaignsArray
.
filter
{
...
...
Please
register
or
login
to post a comment