Manos Chorianopoulos

MyRewardsViewController fixes

......@@ -554,7 +554,7 @@ import UIKit
// TODO: Implement article navigation
// This could navigate to a web view with article content,
// or a dedicated article detail screen
print("TODO: Navigate to article: \(article.title ?? "Unknown") - \(article.uuid ?? "No UUID")")
print("TODO: Navigate to article: \(article._name) - \(article._id)")
}
private func openCouponViewController(with offer: OfferModel) {
......