Showing
10 changed files
with
48 additions
and
2 deletions
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/wallet_market_2.imageset/Contents.json
0 → 100644
1 | +{ | ||
2 | + "images" : [ | ||
3 | + { | ||
4 | + "filename" : "wallet_market_2.png", | ||
5 | + "idiom" : "universal", | ||
6 | + "scale" : "1x" | ||
7 | + }, | ||
8 | + { | ||
9 | + "filename" : "wallet_market_2 1.png", | ||
10 | + "idiom" : "universal", | ||
11 | + "scale" : "2x" | ||
12 | + }, | ||
13 | + { | ||
14 | + "filename" : "wallet_market_2 2.png", | ||
15 | + "idiom" : "universal", | ||
16 | + "scale" : "3x" | ||
17 | + } | ||
18 | + ], | ||
19 | + "info" : { | ||
20 | + "author" : "xcode", | ||
21 | + "version" : 1 | ||
22 | + } | ||
23 | +} |
3.51 KB
3.51 KB
3.51 KB
SwiftWarplyFramework/SwiftWarplyFramework/Media.xcassets/wallet_summary_2.imageset/Contents.json
0 → 100644
1 | +{ | ||
2 | + "images" : [ | ||
3 | + { | ||
4 | + "filename" : "wallet_summary_2.png", | ||
5 | + "idiom" : "universal", | ||
6 | + "scale" : "1x" | ||
7 | + }, | ||
8 | + { | ||
9 | + "filename" : "wallet_summary_2 1.png", | ||
10 | + "idiom" : "universal", | ||
11 | + "scale" : "2x" | ||
12 | + }, | ||
13 | + { | ||
14 | + "filename" : "wallet_summary_2 2.png", | ||
15 | + "idiom" : "universal", | ||
16 | + "scale" : "3x" | ||
17 | + } | ||
18 | + ], | ||
19 | + "info" : { | ||
20 | + "author" : "xcode", | ||
21 | + "version" : 1 | ||
22 | + } | ||
23 | +} |
3.09 KB
3.09 KB
3.09 KB
... | @@ -105,7 +105,7 @@ import SwiftEventBus | ... | @@ -105,7 +105,7 @@ import SwiftEventBus |
105 | // TODO: DELETE <=== | 105 | // TODO: DELETE <=== |
106 | 106 | ||
107 | // TODO: Uncomment when UnifiedCoupons will be shown again | 107 | // TODO: Uncomment when UnifiedCoupons will be shown again |
108 | -// getUnifiedCouponsRequest() | 108 | + getUnifiedCouponsRequest() |
109 | 109 | ||
110 | setBackButton() | 110 | setBackButton() |
111 | setNavigationTitle("My Rewards") | 111 | setNavigationTitle("My Rewards") |
... | @@ -470,7 +470,7 @@ import SwiftEventBus | ... | @@ -470,7 +470,7 @@ import SwiftEventBus |
470 | 470 | ||
471 | self.coupons = swiftApi().getCouponList() | 471 | self.coupons = swiftApi().getCouponList() |
472 | // TODO: Uncomment when UnifiedCoupons will be shown again | 472 | // TODO: Uncomment when UnifiedCoupons will be shown again |
473 | -// self.unifiedCoupons = swiftApi().getUnifiedCouponList() | 473 | + self.unifiedCoupons = swiftApi().getUnifiedCouponList() |
474 | self.updateMarketBadge() | 474 | self.updateMarketBadge() |
475 | self.tableView.reloadData() | 475 | self.tableView.reloadData() |
476 | 476 | ... | ... |
-
Please register or login to post a comment