Showing
5 changed files
with
3 additions
and
3 deletions
No preview for this file type
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
... | @@ -76,7 +76,7 @@ extension GiftsViewController: UITableViewDelegate, UITableViewDataSource{ | ... | @@ -76,7 +76,7 @@ extension GiftsViewController: UITableViewDelegate, UITableViewDataSource{ |
76 | if (loyaltyCampaignIdExists == true) { | 76 | if (loyaltyCampaignIdExists == true) { |
77 | var ccmsCampaignFound:swiftApi.LoyaltyContextualOfferModel = swiftApi.LoyaltyContextualOfferModel() | 77 | var ccmsCampaignFound:swiftApi.LoyaltyContextualOfferModel = swiftApi.LoyaltyContextualOfferModel() |
78 | for item in ccmsCampaigns { | 78 | for item in ccmsCampaigns { |
79 | - if (item._loyaltyCampaignId == campaigns[indexPath.row].loyaltyCampaignId) { | 79 | + if (item._loyaltyCampaignId == campaigns[indexPath.row].session_uuid) { |
80 | ccmsCampaignFound = item | 80 | ccmsCampaignFound = item |
81 | } | 81 | } |
82 | } | 82 | } | ... | ... |
-
Please register or login to post a comment