Manos Chorianopoulos

new assets wallet

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 +}
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 +}
...@@ -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
......