Showing
2 changed files
with
1 additions
and
1 deletions
No preview for this file type
| ... | @@ -29,7 +29,7 @@ import SwiftEventBus | ... | @@ -29,7 +29,7 @@ import SwiftEventBus |
| 29 | 29 | ||
| 30 | SwiftEventBus.onMainThread(self, name: "ccms_retrieved") { result in | 30 | SwiftEventBus.onMainThread(self, name: "ccms_retrieved") { result in |
| 31 | print("===== SwiftEventBus ccms_retrieved =====") | 31 | print("===== SwiftEventBus ccms_retrieved =====") |
| 32 | - self.campaigns = swiftApi().mergeGFYCCMSLoyaltyCampaigns(campaigns: swiftApi().getCCMSLoyaltyCampaigns()) | 32 | + self.campaigns = swiftApi().mergeMFYCCMSLoyaltyCampaigns(campaigns: swiftApi().getCCMSLoyaltyCampaigns()) |
| 33 | self.tableView.reloadData() | 33 | self.tableView.reloadData() |
| 34 | } | 34 | } |
| 35 | 35 | ... | ... |
-
Please register or login to post a comment