Manos Chorianopoulos

new assets wallet

{
"images" : [
{
"filename" : "wallet_market_2.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "wallet_market_2 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "wallet_market_2 2.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
{
"images" : [
{
"filename" : "wallet_summary_2.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "wallet_summary_2 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "wallet_summary_2 2.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
......@@ -105,7 +105,7 @@ import SwiftEventBus
// TODO: DELETE <===
// TODO: Uncomment when UnifiedCoupons will be shown again
// getUnifiedCouponsRequest()
getUnifiedCouponsRequest()
setBackButton()
setNavigationTitle("My Rewards")
......@@ -470,7 +470,7 @@ import SwiftEventBus
self.coupons = swiftApi().getCouponList()
// TODO: Uncomment when UnifiedCoupons will be shown again
// self.unifiedCoupons = swiftApi().getUnifiedCouponList()
self.unifiedCoupons = swiftApi().getUnifiedCouponList()
self.updateMarketBadge()
self.tableView.reloadData()
......