Panagiotis Triantafyllou

new keys

...@@ -96,9 +96,9 @@ public class GiftsForYouActivity extends Activity implements View.OnClickListene ...@@ -96,9 +96,9 @@ public class GiftsForYouActivity extends Activity implements View.OnClickListene
96 } 96 }
97 97
98 mergeDatasets( 98 mergeDatasets(
99 - mValuesList,
100 mSeasonalList, 99 mSeasonalList,
101 - mContextualList 100 + mContextualList,
101 + mValuesList
102 ); 102 );
103 103
104 mIvBack = findViewById(R.id.iv_list_close); 104 mIvBack = findViewById(R.id.iv_list_close);
...@@ -167,9 +167,9 @@ public class GiftsForYouActivity extends Activity implements View.OnClickListene ...@@ -167,9 +167,9 @@ public class GiftsForYouActivity extends Activity implements View.OnClickListene
167 } 167 }
168 168
169 mergeDatasets( 169 mergeDatasets(
170 - mValuesList,
171 mSeasonalList, 170 mSeasonalList,
172 - mContextualList 171 + mContextualList,
172 + mValuesList
173 ); 173 );
174 174
175 runOnUiThread(() -> { 175 runOnUiThread(() -> {
...@@ -429,21 +429,10 @@ public class GiftsForYouActivity extends Activity implements View.OnClickListene ...@@ -429,21 +429,10 @@ public class GiftsForYouActivity extends Activity implements View.OnClickListene
429 } 429 }
430 } 430 }
431 431
432 - private void mergeDatasets(ArrayList<Campaign> campaignList, 432 + private void mergeDatasets(ArrayList<LoyaltyGiftsForYouPackage> seasonalList,
433 - ArrayList<LoyaltyGiftsForYouPackage> seasonalList, 433 + ArrayList<LoyaltyContextualOfferModel> ccmsList,
434 - ArrayList<LoyaltyContextualOfferModel> ccmsList) { 434 + ArrayList<Campaign> campaignList) {
435 mData.clear(); 435 mData.clear();
436 - if (campaignList != null && campaignList.size() > 0) {
437 - Log.v("GIFTS_FOR_YOU", String.valueOf(campaignList.size()));
438 - for (Campaign campaign : campaignList) {
439 - MergedGifts data = new MergedGifts();
440 - data.setCampaign(campaign);
441 - data.setSeasonalList(null);
442 - data.setDataType(1);
443 - mData.add(data);
444 - }
445 - }
446 -
447 if (seasonalList != null && seasonalList.size() > 0) { 436 if (seasonalList != null && seasonalList.size() > 0) {
448 Log.v("SEASONAL", String.valueOf(seasonalList.size())); 437 Log.v("SEASONAL", String.valueOf(seasonalList.size()));
449 for (LoyaltyGiftsForYouPackage seasonal : seasonalList) { 438 for (LoyaltyGiftsForYouPackage seasonal : seasonalList) {
...@@ -466,6 +455,17 @@ public class GiftsForYouActivity extends Activity implements View.OnClickListene ...@@ -466,6 +455,17 @@ public class GiftsForYouActivity extends Activity implements View.OnClickListene
466 mData.add(data); 455 mData.add(data);
467 } 456 }
468 } 457 }
458 +
459 + if (campaignList != null && campaignList.size() > 0) {
460 + Log.v("GIFTS_FOR_YOU", String.valueOf(campaignList.size()));
461 + for (Campaign campaign : campaignList) {
462 + MergedGifts data = new MergedGifts();
463 + data.setCampaign(campaign);
464 + data.setSeasonalList(null);
465 + data.setDataType(1);
466 + mData.add(data);
467 + }
468 + }
469 } 469 }
470 470
471 private void filterItems() { 471 private void filterItems() {
......
...@@ -103,43 +103,43 @@ public class LoyaltyWallet extends Activity implements View.OnClickListener { ...@@ -103,43 +103,43 @@ public class LoyaltyWallet extends Activity implements View.OnClickListener {
103 mLlEmptyWallet = findViewById(R.id.ll_empty_wallet); 103 mLlEmptyWallet = findViewById(R.id.ll_empty_wallet);
104 mLlActiveCodesView = findViewById(R.id.ll_active_deals_codes_view); 104 mLlActiveCodesView = findViewById(R.id.ll_active_deals_codes_view);
105 105
106 - ArrayList<ActiveDFYCouponModel> dlist = new ArrayList<>(); 106 +// ArrayList<ActiveDFYCouponModel> dlist = new ArrayList<>();
107 - ActiveDFYCouponModel model = new ActiveDFYCouponModel(); 107 +// ActiveDFYCouponModel model = new ActiveDFYCouponModel();
108 - model.setCode("123456789"); 108 +// model.setCode("123456789");
109 - model.setValue("10"); 109 +// model.setValue("10");
110 - model.setDate("2022-09-14 20:20"); 110 +// model.setDate("2022-09-14 20:20");
111 - dlist.add(model); 111 +// dlist.add(model);
112 - model = new ActiveDFYCouponModel(); 112 +// model = new ActiveDFYCouponModel();
113 - model.setCode("123456780"); 113 +// model.setCode("123456780");
114 - model.setValue("10"); 114 +// model.setValue("10");
115 - model.setDate("2022-09-14 20:20"); 115 +// model.setDate("2022-09-14 20:20");
116 - dlist.add(model); 116 +// dlist.add(model);
117 - model = new ActiveDFYCouponModel(); 117 +// model = new ActiveDFYCouponModel();
118 - model.setCode("123456781"); 118 +// model.setCode("123456781");
119 - model.setValue("10"); 119 +// model.setValue("10");
120 - model.setDate("2022-09-14 20:20"); 120 +// model.setDate("2022-09-14 20:20");
121 - dlist.add(model); 121 +// dlist.add(model);
122 - model = new ActiveDFYCouponModel(); 122 +// model = new ActiveDFYCouponModel();
123 - model.setCode("123456782"); 123 +// model.setCode("123456782");
124 - model.setValue("10"); 124 +// model.setValue("10");
125 - model.setDate("2022-09-14 20:20"); 125 +// model.setDate("2022-09-14 20:20");
126 - dlist.add(model); 126 +// dlist.add(model);
127 - model = new ActiveDFYCouponModel(); 127 +// model = new ActiveDFYCouponModel();
128 - model.setCode("123456783"); 128 +// model.setCode("123456783");
129 - model.setValue("10"); 129 +// model.setValue("10");
130 - model.setDate("2022-09-14 20:20"); 130 +// model.setDate("2022-09-14 20:20");
131 - dlist.add(model); 131 +// dlist.add(model);
132 - model = new ActiveDFYCouponModel(); 132 +// model = new ActiveDFYCouponModel();
133 - model.setCode("123456784"); 133 +// model.setCode("123456784");
134 - model.setValue("10"); 134 +// model.setValue("10");
135 - model.setDate("2022-09-14 20:20"); 135 +// model.setDate("2022-09-14 20:20");
136 - dlist.add(model); 136 +// dlist.add(model);
137 - model = new ActiveDFYCouponModel(); 137 +// model = new ActiveDFYCouponModel();
138 - model.setCode("123456785"); 138 +// model.setCode("123456785");
139 - model.setValue("10"); 139 +// model.setValue("10");
140 - model.setDate("2022-09-14 20:20"); 140 +// model.setDate("2022-09-14 20:20");
141 - dlist.add(model); 141 +// dlist.add(model);
142 - WarplyManagerHelper.setActiveDFYCoupons(dlist); 142 +// WarplyManagerHelper.setActiveDFYCoupons(dlist);
143 143
144 if (WarplyManagerHelper.getActiveDFYCoupons() != null) { 144 if (WarplyManagerHelper.getActiveDFYCoupons() != null) {
145 Collections.sort(WarplyManagerHelper.getActiveDFYCoupons(), new Comparator<ActiveDFYCouponModel>() { 145 Collections.sort(WarplyManagerHelper.getActiveDFYCoupons(), new Comparator<ActiveDFYCouponModel>() {
...@@ -402,7 +402,8 @@ public class LoyaltyWallet extends Activity implements View.OnClickListener { ...@@ -402,7 +402,8 @@ public class LoyaltyWallet extends Activity implements View.OnClickListener {
402 mTvActiveTitle.setText(String.format(getString(R.string.cos_active_deals_plural), String.valueOf(WarplyManagerHelper.getActiveDFYCoupons().size()))); 402 mTvActiveTitle.setText(String.format(getString(R.string.cos_active_deals_plural), String.valueOf(WarplyManagerHelper.getActiveDFYCoupons().size())));
403 mTvActiveCode.setVisibility(View.GONE); 403 mTvActiveCode.setVisibility(View.GONE);
404 404
405 - for (ActiveDFYCouponModel dealsItem : WarplyManagerHelper.getActiveDFYCoupons()) { 405 + //TODO fix logic
406 + for (ActiveDFYCouponModel dealsItem : WarplyManagerHelper.getActiveDFYCoupons().subList(0, 4)) {
406 LayoutInflater vi = (LayoutInflater) getApplicationContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE); 407 LayoutInflater vi = (LayoutInflater) getApplicationContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
407 LinearLayout v = (LinearLayout) vi.inflate(R.layout.item_selectable, null); 408 LinearLayout v = (LinearLayout) vi.inflate(R.layout.item_selectable, null);
408 TextView textView = (TextView) v.findViewById(R.id.tv_code_copy); 409 TextView textView = (TextView) v.findViewById(R.id.tv_code_copy);
......
...@@ -203,7 +203,7 @@ public class ShopsActivity extends FragmentActivity implements View.OnClickListe ...@@ -203,7 +203,7 @@ public class ShopsActivity extends FragmentActivity implements View.OnClickListe
203 pinName.setText(merch.getName()); 203 pinName.setText(merch.getName());
204 204
205 TextView pinDays = (TextView) bottomSheetDialog.findViewById(R.id.tv_pin_days); 205 TextView pinDays = (TextView) bottomSheetDialog.findViewById(R.id.tv_pin_days);
206 - pinDays.setText(merch.getSnippet()); 206 + pinDays.setText(merch.getSnippet()); //TODO: wrong getter
207 207
208 TextView pinTel = (TextView) bottomSheetDialog.findViewById(R.id.tv_pin_tel); 208 TextView pinTel = (TextView) bottomSheetDialog.findViewById(R.id.tv_pin_tel);
209 pinTel.setText(merch.getTelephone()); 209 pinTel.setText(merch.getTelephone());
......
...@@ -200,7 +200,10 @@ public class WarplyManagerHelper { ...@@ -200,7 +200,10 @@ public class WarplyManagerHelper {
200 mAlertDialogSharing = new AlertDialog.Builder(context) 200 mAlertDialogSharing = new AlertDialog.Builder(context)
201 .setTitle(R.string.cos_dlg_success_title) 201 .setTitle(R.string.cos_dlg_success_title)
202 .setMessage(alertTitle) 202 .setMessage(alertTitle)
203 - .setPositiveButton(R.string.cos_dlg_positive_button, (dialogPositive, whichPositive) -> { 203 + .setNegativeButton(R.string.cos_dlg_negative_button, (dialogPositive, whichPositive) -> {
204 + rejectSharingDialog(context, sharingId);
205 + })
206 + .setPositiveButton(R.string.cos_dlg_positive_button, (dialogNegative, whichNegative) -> {
204 WarplyManager.cosmoteRetrieveSharing(new CosmoteRetrieveSharingRequest() 207 WarplyManager.cosmoteRetrieveSharing(new CosmoteRetrieveSharingRequest()
205 .setSharingId(sharingId) 208 .setSharingId(sharingId)
206 .setAccept(true), 209 .setAccept(true),
...@@ -233,9 +236,6 @@ public class WarplyManagerHelper { ...@@ -233,9 +236,6 @@ public class WarplyManagerHelper {
233 } 236 }
234 }); 237 });
235 }) 238 })
236 - .setNegativeButton(R.string.cos_dlg_negative_button, (dialogNegative, whichNegative) -> {
237 - rejectSharingDialog(context, sharingId);
238 - })
239 .show(); 239 .show();
240 } 240 }
241 241
......
...@@ -1469,556 +1469,556 @@ public class WarplyManager { ...@@ -1469,556 +1469,556 @@ public class WarplyManager {
1469 WarplyManagerHelper.setCampaignList(mNewCampaignList); 1469 WarplyManagerHelper.setCampaignList(mNewCampaignList);
1470 WarplyManagerHelper.setCarouselList(campaignCarouselList); 1470 WarplyManagerHelper.setCarouselList(campaignCarouselList);
1471 1471
1472 -// ArrayList<LoyaltyContextualOfferModel> list = new ArrayList<>(); 1472 + ArrayList<LoyaltyContextualOfferModel> list = new ArrayList<>();
1473 -// JSONArray jArray = null; 1473 + JSONArray jArray = null;
1474 -// try { 1474 + try {
1475 -// jArray = new JSONArray("[\n" + 1475 + jArray = new JSONArray("[\n" +
1476 -// " {\n" + 1476 + " {\n" +
1477 -// " \"UACIOfferTrackingCode\": \"5166.e07.fffffffffa10663a.ffffffffda30c76a\",\n" + 1477 + " \"UACIOfferTrackingCode\": \"5166.e07.fffffffffa10663a.ffffffffda30c76a\",\n" +
1478 -// " \"businessAdditionalId\": \"\",\n" + 1478 + " \"businessAdditionalId\": \"\",\n" +
1479 -// " \"dataCategory\": \"Data\",\n" + 1479 + " \"dataCategory\": \"Data\",\n" +
1480 -// " \"dataValue\": \"None\",\n" + 1480 + " \"dataValue\": \"None\",\n" +
1481 -// " \"discount\": \"None\",\n" + 1481 + " \"discount\": \"None\",\n" +
1482 -// " \"eligibleAssets\": [\n" + 1482 + " \"eligibleAssets\": [\n" +
1483 -// " \"306945218770\",\n" + 1483 + " \"306945218770\",\n" +
1484 -// " \"306944333488\",\n" + 1484 + " \"306944333488\",\n" +
1485 -// " \"306932222490\",\n" + 1485 + " \"306932222490\",\n" +
1486 -// " \"306996824010\",\n" + 1486 + " \"306996824010\",\n" +
1487 -// " \"306972713201\",\n" + 1487 + " \"306972713201\",\n" +
1488 -// " \"306942496252\",\n" + 1488 + " \"306942496252\",\n" +
1489 -// " \"306977316716\",\n" + 1489 + " \"306977316716\",\n" +
1490 -// " \"306945433100\",\n" + 1490 + " \"306945433100\",\n" +
1491 -// " \"306977403986\",\n" + 1491 + " \"306977403986\",\n" +
1492 -// " \"306936581495\",\n" + 1492 + " \"306936581495\",\n" +
1493 -// " \"306980689662\",\n" + 1493 + " \"306980689662\",\n" +
1494 -// " \"306970101490\",\n" + 1494 + " \"306970101490\",\n" +
1495 -// " \"306973396329\",\n" + 1495 + " \"306973396329\",\n" +
1496 -// " \"306972577064\",\n" + 1496 + " \"306972577064\",\n" +
1497 -// " \"306974923219\",\n" + 1497 + " \"306974923219\",\n" +
1498 -// " \"306977513761\",\n" + 1498 + " \"306977513761\",\n" +
1499 -// " \"306984220987\",\n" + 1499 + " \"306984220987\",\n" +
1500 -// " \"306979949205\",\n" + 1500 + " \"306979949205\",\n" +
1501 -// " \"306943134127\",\n" + 1501 + " \"306943134127\",\n" +
1502 -// " \"306970437794\",\n" + 1502 + " \"306970437794\",\n" +
1503 -// " \"306932535319\",\n" + 1503 + " \"306932535319\",\n" +
1504 -// " \"306974063133\",\n" + 1504 + " \"306974063133\",\n" +
1505 -// " \"306932520323\",\n" + 1505 + " \"306932520323\",\n" +
1506 -// " \"306978733823\",\n" + 1506 + " \"306978733823\",\n" +
1507 -// " \"306985995420\",\n" + 1507 + " \"306985995420\",\n" +
1508 -// " \"306983879555\",\n" + 1508 + " \"306983879555\",\n" +
1509 -// " ],\n" + 1509 + " ],\n" +
1510 -// " \"id\": \"000003590\",\n" + 1510 + " \"id\": \"000003590\",\n" +
1511 -// " \"loyaltyCampaignId\": \"NA\",\n" + 1511 + " \"loyaltyCampaignId\": \"NA\",\n" +
1512 -// " \"minsValue\": \"None\",\n" + 1512 + " \"minsValue\": \"None\",\n" +
1513 -// " \"noOfRecurrance\": \"None\",\n" + 1513 + " \"noOfRecurrance\": \"None\",\n" +
1514 -// " \"notificationMessage\": \"None\",\n" + 1514 + " \"notificationMessage\": \"None\",\n" +
1515 -// " \"offerAudienceLevel\": \"msisdn\",\n" + 1515 + " \"offerAudienceLevel\": \"msisdn\",\n" +
1516 -// " \"offerCode1\": \"000003590\",\n" + 1516 + " \"offerCode1\": \"000003590\",\n" +
1517 -// " \"offerName\": \"CCMS loyalty white label\",\n" + 1517 + " \"offerName\": \"CCMS loyalty white label\",\n" +
1518 -// " \"price\": \"None\",\n" + 1518 + " \"price\": \"None\",\n" +
1519 -// " \"productType\": \"White Label\",\n" + 1519 + " \"productType\": \"White Label\",\n" +
1520 -// " \"provDuration\": \"0.0\",\n" + 1520 + " \"provDuration\": \"0.0\",\n" +
1521 -// " \"provStepValueMins\": \"None\",\n" + 1521 + " \"provStepValueMins\": \"None\",\n" +
1522 -// " \"score\": \"50\",\n" + 1522 + " \"score\": \"50\",\n" +
1523 -// " \"treatmentCode\": \"5166.e07.fffffffffa10663a.ffffffffda30c76a\",\n" + 1523 + " \"treatmentCode\": \"5166.e07.fffffffffa10663a.ffffffffda30c76a\",\n" +
1524 -// " \"validity\": \"0\",\n" + 1524 + " \"validity\": \"0\",\n" +
1525 -// " \"voiceCategory\": \"None\",\n" + 1525 + " \"voiceCategory\": \"None\",\n" +
1526 -// " \"wave\": \"1\",\n" + 1526 + " \"wave\": \"1\",\n" +
1527 -// " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" + 1527 + " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" +
1528 -// " },\n" + 1528 + " },\n" +
1529 -// " {\n" + 1529 + " {\n" +
1530 -// " \"UACIOfferTrackingCode\": \"546d.ea1.ffffffffcc4c34b3.c64ed53\",\n" + 1530 + " \"UACIOfferTrackingCode\": \"546d.ea1.ffffffffcc4c34b3.c64ed53\",\n" +
1531 -// " \"businessAdditionalId\": \"\",\n" + 1531 + " \"businessAdditionalId\": \"\",\n" +
1532 -// " \"dataCategory\": \"Data\",\n" + 1532 + " \"dataCategory\": \"Data\",\n" +
1533 -// " \"dataValue\": \"1\",\n" + 1533 + " \"dataValue\": \"1\",\n" +
1534 -// " \"description\": \"5days1000 3744\",\n" + 1534 + " \"description\": \"5days1000 3744\",\n" +
1535 -// " \"discount\": \"None\",\n" + 1535 + " \"discount\": \"None\",\n" +
1536 -// " \"duration\": \"5\",\n" + 1536 + " \"duration\": \"5\",\n" +
1537 -// " \"eligibleAssets\": [],\n" + 1537 + " \"eligibleAssets\": [],\n" +
1538 -// " \"giftType\": \"GB\",\n" + 1538 + " \"giftType\": \"GB\",\n" +
1539 -// " \"giftValue\": \"1\",\n" + 1539 + " \"giftValue\": \"1\",\n" +
1540 -// " \"id\": \"000003744\",\n" + 1540 + " \"id\": \"000003744\",\n" +
1541 -// " \"imageOfferUrl\": \"https://uatatg.cosmote.gr/images/ContexualOffers//testOffer/x3_detailed_default.png\",\n" + 1541 + " \"imageOfferUrl\": \"https://uatatg.cosmote.gr/images/ContexualOffers//testOffer/x3_detailed_default.png\",\n" +
1542 -// " \"imageUrl\": \"https://uatatg.cosmote.gr/images/ContexualOffers//testOffer/x3_store_default.png\",\n" + 1542 + " \"imageUrl\": \"https://uatatg.cosmote.gr/images/ContexualOffers//testOffer/x3_store_default.png\",\n" +
1543 -// " \"loyaltyCampaignId\": \"NA\",\n" + 1543 + " \"loyaltyCampaignId\": \"NA\",\n" +
1544 -// " \"minsValue\": \"None\",\n" + 1544 + " \"minsValue\": \"None\",\n" +
1545 -// " \"noOfRecurrance\": \"5\",\n" + 1545 + " \"noOfRecurrance\": \"5\",\n" +
1546 -// " \"notificationMessage\": \"5days1000 3744\",\n" + 1546 + " \"notificationMessage\": \"5days1000 3744\",\n" +
1547 -// " \"offerAudienceLevel\": \"guid\",\n" + 1547 + " \"offerAudienceLevel\": \"guid\",\n" +
1548 -// " \"offerCode1\": \"000003744\",\n" + 1548 + " \"offerCode1\": \"000003744\",\n" +
1549 -// " \"offerName\": \"White_Label_5days1000 3744\",\n" + 1549 + " \"offerName\": \"White_Label_5days1000 3744\",\n" +
1550 -// " \"price\": \"0\",\n" + 1550 + " \"price\": \"0\",\n" +
1551 -// " \"productType\": \"White Label\",\n" + 1551 + " \"productType\": \"White Label\",\n" +
1552 -// " \"provDuration\": \"1.0\",\n" + 1552 + " \"provDuration\": \"1.0\",\n" +
1553 -// " \"score\": \"50\",\n" + 1553 + " \"score\": \"50\",\n" +
1554 -// " \"sessionId\": \"COSMOTE_APP_BALANCES.6945251078.20220908115231\",\n" + 1554 + " \"sessionId\": \"COSMOTE_APP_BALANCES.6945251078.20220908115231\",\n" +
1555 -// " \"treatmentCode\": \"546d.ea1.ffffffffcc4c34b3.c64ed53\",\n" + 1555 + " \"treatmentCode\": \"546d.ea1.ffffffffcc4c34b3.c64ed53\",\n" +
1556 -// " \"validity\": \"0\",\n" + 1556 + " \"validity\": \"0\",\n" +
1557 -// " \"wave\": \"1\",\n" + 1557 + " \"wave\": \"1\",\n" +
1558 -// " \"voiceCategory\": \"None\",\n" + 1558 + " \"voiceCategory\": \"None\",\n" +
1559 -// " \"validity\": \"5\",\n" + 1559 + " \"validity\": \"5\",\n" +
1560 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1560 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1561 -// " \"title\": \"White_Label_5days1000 3744\",\n" + 1561 + " \"title\": \"White_Label_5days1000 3744\",\n" +
1562 -// " \"titleOffer\": \"5days1000 3744\",\n" + 1562 + " \"titleOffer\": \"5days1000 3744\",\n" +
1563 -// " \"termsAndConditions\": \"5days1000 3744\",\n" + 1563 + " \"termsAndConditions\": \"5days1000 3744\",\n" +
1564 -// " \"subtitle\": \"5days1000 3744\",\n" + 1564 + " \"subtitle\": \"5days1000 3744\",\n" +
1565 -// " \"description\": \"Test6\",\n" + 1565 + " \"description\": \"Test6\",\n" +
1566 -// " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" + 1566 + " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" +
1567 -// " },\n" + 1567 + " },\n" +
1568 -// " {\n" + 1568 + " {\n" +
1569 -// " \"UACIOfferTrackingCode\": \"51ed.e10.2c006f18.71e96d08\",\n" + 1569 + " \"UACIOfferTrackingCode\": \"51ed.e10.2c006f18.71e96d08\",\n" +
1570 -// " \"businessAdditionalId\": \"\",\n" + 1570 + " \"businessAdditionalId\": \"\",\n" +
1571 -// " \"dataCategory\": \"Data\",\n" + 1571 + " \"dataCategory\": \"Data\",\n" +
1572 -// " \"dataValue\": \"233\",\n" + 1572 + " \"dataValue\": \"233\",\n" +
1573 -// " \"discount\": \"None\",\n" + 1573 + " \"discount\": \"None\",\n" +
1574 -// " \"eligibleAssets\": [\n" + 1574 + " \"eligibleAssets\": [\n" +
1575 -// " \"306945218770\",\n" + 1575 + " \"306945218770\",\n" +
1576 -// " \"306944333488\",\n" + 1576 + " \"306944333488\",\n" +
1577 -// " \"306932222490\",\n" + 1577 + " \"306932222490\",\n" +
1578 -// " \"306996824010\",\n" + 1578 + " \"306996824010\",\n" +
1579 -// " \"306972713201\",\n" + 1579 + " \"306972713201\",\n" +
1580 -// " \"306942496252\",\n" + 1580 + " \"306942496252\",\n" +
1581 -// " \"306977316716\",\n" + 1581 + " \"306977316716\",\n" +
1582 -// " \"306945433100\",\n" + 1582 + " \"306945433100\",\n" +
1583 -// " \"306977403986\",\n" + 1583 + " \"306977403986\",\n" +
1584 -// " \"306936581495\",\n" + 1584 + " \"306936581495\",\n" +
1585 -// " \"306980689662\",\n" + 1585 + " \"306980689662\",\n" +
1586 -// " \"306970101490\",\n" + 1586 + " \"306970101490\",\n" +
1587 -// " \"306973396329\",\n" + 1587 + " \"306973396329\",\n" +
1588 -// " \"306972577064\",\n" + 1588 + " \"306972577064\",\n" +
1589 -// " \"306974923219\",\n" + 1589 + " \"306974923219\",\n" +
1590 -// " \"306977513761\",\n" + 1590 + " \"306977513761\",\n" +
1591 -// " \"306984220987\",\n" + 1591 + " \"306984220987\",\n" +
1592 -// " \"306979949205\",\n" + 1592 + " \"306979949205\",\n" +
1593 -// " \"306943134127\",\n" + 1593 + " \"306943134127\",\n" +
1594 -// " \"306970437794\",\n" + 1594 + " \"306970437794\",\n" +
1595 -// " \"306932535319\",\n" + 1595 + " \"306932535319\",\n" +
1596 -// " \"306974063133\",\n" + 1596 + " \"306974063133\",\n" +
1597 -// " \"306932520323\",\n" + 1597 + " \"306932520323\",\n" +
1598 -// " \"306978733823\",\n" + 1598 + " \"306978733823\",\n" +
1599 -// " \"306985995420\",\n" + 1599 + " \"306985995420\",\n" +
1600 -// " \"306983879555\",\n" + 1600 + " \"306983879555\",\n" +
1601 -// " ],\n" + 1601 + " ],\n" +
1602 -// " \"id\": \"000003599\",\n" + 1602 + " \"id\": \"000003599\",\n" +
1603 -// " \"loyaltyCampaignId\": \"9a92d445956145f6bbc5cd20cef543b9\",\n" + //c5cc5f4f65624f47a580b720233fa60d 1603 + " \"loyaltyCampaignId\": \"9a92d445956145f6bbc5cd20cef543b9\",\n" + //c5cc5f4f65624f47a580b720233fa60d
1604 -// " \"minsValue\": \"None\",\n" + 1604 + " \"minsValue\": \"None\",\n" +
1605 -// " \"noOfRecurrance\": \"None\",\n" + 1605 + " \"noOfRecurrance\": \"None\",\n" +
1606 -// " \"notificationMessage\": \"None\",\n" + 1606 + " \"notificationMessage\": \"None\",\n" +
1607 -// " \"offerAudienceLevel\": \"msisdn\",\n" + 1607 + " \"offerAudienceLevel\": \"msisdn\",\n" +
1608 -// " \"offerCode1\": \"000003599\",\n" + 1608 + " \"offerCode1\": \"000003599\",\n" +
1609 -// " \"offerName\": \"CCMS loyalty white label with campaignId\",\n" + 1609 + " \"offerName\": \"CCMS loyalty white label with campaignId\",\n" +
1610 -// " \"price\": \"None\",\n" + 1610 + " \"price\": \"None\",\n" +
1611 -// " \"productType\": \"White Label\",\n" + 1611 + " \"productType\": \"White Label\",\n" +
1612 -// " \"provDuration\": \"0.0\",\n" + 1612 + " \"provDuration\": \"0.0\",\n" +
1613 -// " \"provStepValueMins\": \"None\",\n" + 1613 + " \"provStepValueMins\": \"None\",\n" +
1614 -// " \"score\": \"50\",\n" + 1614 + " \"score\": \"50\",\n" +
1615 -// " \"treatmentCode\": \"51ed.e10.2c006f18.71e96d08\",\n" + 1615 + " \"treatmentCode\": \"51ed.e10.2c006f18.71e96d08\",\n" +
1616 -// " \"validity\": \"0\",\n" + 1616 + " \"validity\": \"0\",\n" +
1617 -// " \"voiceCategory\": \"None\",\n" + 1617 + " \"voiceCategory\": \"None\",\n" +
1618 -// " \"wave\": \"1\",\n" + 1618 + " \"wave\": \"1\",\n" +
1619 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1619 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1620 -// " \"title\": \"Title External\",\n" + 1620 + " \"title\": \"Title External\",\n" +
1621 -// " \"subtitle\": \"Subtitle MFY second\",\n" + 1621 + " \"subtitle\": \"Subtitle MFY second\",\n" +
1622 -// " \"description\": \"Description Internal\",\n" + 1622 + " \"description\": \"Description Internal\",\n" +
1623 -// " \"message\": \"Message MFY third\",\n" + 1623 + " \"message\": \"Message MFY third\",\n" +
1624 -// " \"titleOffer\": \"Title Internal\",\n" + 1624 + " \"titleOffer\": \"Title Internal\",\n" +
1625 -// " \"imageOfferUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1625 + " \"imageOfferUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1626 -// " \"duration\": \"gia 7 imeres\",\n" + 1626 + " \"duration\": \"gia 7 imeres\",\n" +
1627 -// " \"giftType\": \"Internet\",\n" + 1627 + " \"giftType\": \"Internet\",\n" +
1628 -// " \"giftValue\": \"1 GB\",\n" + 1628 + " \"giftValue\": \"1 GB\",\n" +
1629 -// " \"termsAndConditions\": \"Terms and Conditions Lorem Ipsum Dolores sit amen\",\n" + 1629 + " \"termsAndConditions\": \"Terms and Conditions Lorem Ipsum Dolores sit amen\",\n" +
1630 -// " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" + 1630 + " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" +
1631 -// " },\n" + 1631 + " },\n" +
1632 -// " {\n" + 1632 + " {\n" +
1633 -// " \"UACIOfferTrackingCode\": \"516c.e05.ffffffffa943695b.79ff470b\",\n" + 1633 + " \"UACIOfferTrackingCode\": \"516c.e05.ffffffffa943695b.79ff470b\",\n" +
1634 -// " \"businessAdditionalId\": \"\",\n" + 1634 + " \"businessAdditionalId\": \"\",\n" +
1635 -// " \"businessService\": \"0.0\",\n" + 1635 + " \"businessService\": \"0.0\",\n" +
1636 -// " \"eligibleAssets\": [\n" + 1636 + " \"eligibleAssets\": [\n" +
1637 -// " \"306945218770\",\n" + 1637 + " \"306945218770\",\n" +
1638 -// " \"306944333488\",\n" + 1638 + " \"306944333488\",\n" +
1639 -// " \"306932222490\",\n" + 1639 + " \"306932222490\",\n" +
1640 -// " \"306996824010\",\n" + 1640 + " \"306996824010\",\n" +
1641 -// " \"306972713201\",\n" + 1641 + " \"306972713201\",\n" +
1642 -// " \"306942496252\",\n" + 1642 + " \"306942496252\",\n" +
1643 -// " \"306977316716\",\n" + 1643 + " \"306977316716\",\n" +
1644 -// " \"306945433100\",\n" + 1644 + " \"306945433100\",\n" +
1645 -// " \"306977403986\",\n" + 1645 + " \"306977403986\",\n" +
1646 -// " \"306936581495\",\n" + 1646 + " \"306936581495\",\n" +
1647 -// " \"306980689662\",\n" + 1647 + " \"306980689662\",\n" +
1648 -// " \"306970101490\",\n" + 1648 + " \"306970101490\",\n" +
1649 -// " \"306973396329\",\n" + 1649 + " \"306973396329\",\n" +
1650 -// " \"306972577064\",\n" + 1650 + " \"306972577064\",\n" +
1651 -// " \"306974923219\",\n" + 1651 + " \"306974923219\",\n" +
1652 -// " \"306977513761\",\n" + 1652 + " \"306977513761\",\n" +
1653 -// " \"306984220987\",\n" + 1653 + " \"306984220987\",\n" +
1654 -// " \"306979949205\",\n" + 1654 + " \"306979949205\",\n" +
1655 -// " \"306943134127\",\n" + 1655 + " \"306943134127\",\n" +
1656 -// " \"306970437794\",\n" + 1656 + " \"306970437794\",\n" +
1657 -// " \"306932535319\",\n" + 1657 + " \"306932535319\",\n" +
1658 -// " \"306974063133\",\n" + 1658 + " \"306974063133\",\n" +
1659 -// " \"306932520323\",\n" + 1659 + " \"306932520323\",\n" +
1660 -// " \"306978733823\",\n" + 1660 + " \"306978733823\",\n" +
1661 -// " \"306985995420\",\n" + 1661 + " \"306985995420\",\n" +
1662 -// " \"306983879555\",\n" + 1662 + " \"306983879555\",\n" +
1663 -// " ],\n" + 1663 + " ],\n" +
1664 -// " \"id\": \"000003588\",\n" + 1664 + " \"id\": \"000003588\",\n" +
1665 -// " \"loyaltyCampaignId\": \"NA\",\n" + 1665 + " \"loyaltyCampaignId\": \"NA\",\n" +
1666 -// " \"noOfRecurrance\": \"0\",\n" + 1666 + " \"noOfRecurrance\": \"0\",\n" +
1667 -// " \"notificationMessage\": \"None\",\n" + 1667 + " \"notificationMessage\": \"None\",\n" +
1668 -// " \"offerAudienceLevel\": \"msisdn\",\n" + 1668 + " \"offerAudienceLevel\": \"msisdn\",\n" +
1669 -// " \"offerCode1\": \"000003588\",\n" + 1669 + " \"offerCode1\": \"000003588\",\n" +
1670 -// " \"offerName\": \"CCMS loyalty postpay addon\",\n" + 1670 + " \"offerName\": \"CCMS loyalty postpay addon\",\n" +
1671 -// " \"postpayProduct\": \"0.0\",\n" + 1671 + " \"postpayProduct\": \"0.0\",\n" +
1672 -// " \"price\": \"None\",\n" + 1672 + " \"price\": \"None\",\n" +
1673 -// " \"productType\": \"MOBILE ADDON\",\n" + 1673 + " \"productType\": \"MOBILE ADDON\",\n" +
1674 -// " \"provDuration\": \"0.0\",\n" + 1674 + " \"provDuration\": \"0.0\",\n" +
1675 -// " \"score\": \"50\",\n" + 1675 + " \"score\": \"50\",\n" +
1676 -// " \"treatmentCode\": \"516c.e05.ffffffffa943695b.79ff470b\",\n" + 1676 + " \"treatmentCode\": \"516c.e05.ffffffffa943695b.79ff470b\",\n" +
1677 -// " \"validity\": \"0\",\n" + 1677 + " \"validity\": \"0\",\n" +
1678 -// " \"wave\": \"1\",\n" + 1678 + " \"wave\": \"1\",\n" +
1679 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1679 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1680 -// " \"title\": \"Test2\",\n" + 1680 + " \"title\": \"Test2\",\n" +
1681 -// " \"subtitle\": \"Test2\",\n" + 1681 + " \"subtitle\": \"Test2\",\n" +
1682 -// " \"description\": \"Test2\",\n" + 1682 + " \"description\": \"Test2\",\n" +
1683 -// " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" + 1683 + " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" +
1684 -// " },\n" + 1684 + " },\n" +
1685 -// " {\n" + 1685 + " {\n" +
1686 -// " \"UACIOfferTrackingCode\": \"5224.e19.30e2f27b.ffffffffeb22b0db\",\n" + 1686 + " \"UACIOfferTrackingCode\": \"5224.e19.30e2f27b.ffffffffeb22b0db\",\n" +
1687 -// " \"businessAdditionalId\": \"\",\n" + 1687 + " \"businessAdditionalId\": \"\",\n" +
1688 -// " \"dataCategory\": \"Data\",\n" + 1688 + " \"dataCategory\": \"Data\",\n" +
1689 -// " \"dataValue\": \"None\",\n" + 1689 + " \"dataValue\": \"None\",\n" +
1690 -// " \"discount\": \"None\",\n" + 1690 + " \"discount\": \"None\",\n" +
1691 -// " \"eligibleAssets\": [\n" + 1691 + " \"eligibleAssets\": [\n" +
1692 -// " \"306945218770\",\n" + 1692 + " \"306945218770\",\n" +
1693 -// " \"306944333488\",\n" + 1693 + " \"306944333488\",\n" +
1694 -// " \"306932222490\",\n" + 1694 + " \"306932222490\",\n" +
1695 -// " \"306996824010\",\n" + 1695 + " \"306996824010\",\n" +
1696 -// " \"306972713201\",\n" + 1696 + " \"306972713201\",\n" +
1697 -// " \"306942496252\",\n" + 1697 + " \"306942496252\",\n" +
1698 -// " \"306977316716\",\n" + 1698 + " \"306977316716\",\n" +
1699 -// " \"306945433100\",\n" + 1699 + " \"306945433100\",\n" +
1700 -// " \"306977403986\",\n" + 1700 + " \"306977403986\",\n" +
1701 -// " \"306936581495\",\n" + 1701 + " \"306936581495\",\n" +
1702 -// " \"306980689662\",\n" + 1702 + " \"306980689662\",\n" +
1703 -// " \"306970101490\",\n" + 1703 + " \"306970101490\",\n" +
1704 -// " \"306973396329\",\n" + 1704 + " \"306973396329\",\n" +
1705 -// " \"306972577064\",\n" + 1705 + " \"306972577064\",\n" +
1706 -// " \"306974923219\",\n" + 1706 + " \"306974923219\",\n" +
1707 -// " \"306977513761\",\n" + 1707 + " \"306977513761\",\n" +
1708 -// " \"306984220987\",\n" + 1708 + " \"306984220987\",\n" +
1709 -// " \"306979949205\",\n" + 1709 + " \"306979949205\",\n" +
1710 -// " \"306943134127\",\n" + 1710 + " \"306943134127\",\n" +
1711 -// " \"306970437794\",\n" + 1711 + " \"306970437794\",\n" +
1712 -// " \"306932535319\",\n" + 1712 + " \"306932535319\",\n" +
1713 -// " \"306974063133\",\n" + 1713 + " \"306974063133\",\n" +
1714 -// " \"306932520323\",\n" + 1714 + " \"306932520323\",\n" +
1715 -// " \"306978733823\",\n" + 1715 + " \"306978733823\",\n" +
1716 -// " \"306985995420\",\n" + 1716 + " \"306985995420\",\n" +
1717 -// " \"306983879555\",\n" + 1717 + " \"306983879555\",\n" +
1718 -// " ],\n" + 1718 + " ],\n" +
1719 -// " \"id\": \"000003608\",\n" + 1719 + " \"id\": \"000003608\",\n" +
1720 -// " \"loyaltyCampaignId\": \"c134cdeb8a924f8eac38e261acb9caf5\",\n" + 1720 + " \"loyaltyCampaignId\": \"c134cdeb8a924f8eac38e261acb9caf5\",\n" +
1721 -// " \"minsValue\": \"None\",\n" + 1721 + " \"minsValue\": \"None\",\n" +
1722 -// " \"noOfRecurrance\": \"None\",\n" + 1722 + " \"noOfRecurrance\": \"None\",\n" +
1723 -// " \"notificationMessage\": \"None\",\n" + 1723 + " \"notificationMessage\": \"None\",\n" +
1724 -// " \"offerAudienceLevel\": \"msisdn\",\n" + 1724 + " \"offerAudienceLevel\": \"msisdn\",\n" +
1725 -// " \"offerCode1\": \"000003608\",\n" + 1725 + " \"offerCode1\": \"000003608\",\n" +
1726 -// " \"offerName\": \"CCMS loyalty gifts4u v1\",\n" + 1726 + " \"offerName\": \"CCMS loyalty gifts4u v1\",\n" +
1727 -// " \"price\": \"None\",\n" + 1727 + " \"price\": \"None\",\n" +
1728 -// " \"productType\": \"White Label\",\n" + 1728 + " \"productType\": \"White Label\",\n" +
1729 -// " \"provDuration\": \"0.0\",\n" + 1729 + " \"provDuration\": \"0.0\",\n" +
1730 -// " \"provStepValueMins\": \"None\",\n" + 1730 + " \"provStepValueMins\": \"None\",\n" +
1731 -// " \"score\": \"50\",\n" + 1731 + " \"score\": \"50\",\n" +
1732 -// " \"treatmentCode\": \"5224.e19.30e2f27b.ffffffffeb22b0db\",\n" + 1732 + " \"treatmentCode\": \"5224.e19.30e2f27b.ffffffffeb22b0db\",\n" +
1733 -// " \"validity\": \"0\",\n" + 1733 + " \"validity\": \"0\",\n" +
1734 -// " \"voiceCategory\": \"None\",\n" + 1734 + " \"voiceCategory\": \"None\",\n" +
1735 -// " \"wave\": \"1\",\n" + 1735 + " \"wave\": \"1\",\n" +
1736 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1736 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1737 -// " \"title\": \"Test3\",\n" + 1737 + " \"title\": \"Test3\",\n" +
1738 -// " \"subtitle\": \"Test3\",\n" + 1738 + " \"subtitle\": \"Test3\",\n" +
1739 -// " \"description\": \"Test3\",\n" + 1739 + " \"description\": \"Test3\",\n" +
1740 -// " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" + 1740 + " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" +
1741 -// " },\n" + 1741 + " },\n" +
1742 -// " {\n" + 1742 + " {\n" +
1743 -// " \"UACIOfferTrackingCode\": \"5228.e1d.38378e61.750186c1\",\n" + 1743 + " \"UACIOfferTrackingCode\": \"5228.e1d.38378e61.750186c1\",\n" +
1744 -// " \"businessAdditionalId\": \"\",\n" + 1744 + " \"businessAdditionalId\": \"\",\n" +
1745 -// " \"businessService\": \"0.0\",\n" + 1745 + " \"businessService\": \"0.0\",\n" +
1746 -// " \"eligibleAssets\": [\n" + 1746 + " \"eligibleAssets\": [\n" +
1747 -// " \"306945218770\",\n" + 1747 + " \"306945218770\",\n" +
1748 -// " \"306944333488\",\n" + 1748 + " \"306944333488\",\n" +
1749 -// " \"306932222490\",\n" + 1749 + " \"306932222490\",\n" +
1750 -// " \"306996824010\",\n" + 1750 + " \"306996824010\",\n" +
1751 -// " \"306972713201\",\n" + 1751 + " \"306972713201\",\n" +
1752 -// " \"306942496252\",\n" + 1752 + " \"306942496252\",\n" +
1753 -// " \"306977316716\",\n" + 1753 + " \"306977316716\",\n" +
1754 -// " \"306945433100\",\n" + 1754 + " \"306945433100\",\n" +
1755 -// " \"306977403986\",\n" + 1755 + " \"306977403986\",\n" +
1756 -// " \"306936581495\",\n" + 1756 + " \"306936581495\",\n" +
1757 -// " \"306980689662\",\n" + 1757 + " \"306980689662\",\n" +
1758 -// " \"306970101490\",\n" + 1758 + " \"306970101490\",\n" +
1759 -// " \"306973396329\",\n" + 1759 + " \"306973396329\",\n" +
1760 -// " \"306972577064\",\n" + 1760 + " \"306972577064\",\n" +
1761 -// " \"306974923219\",\n" + 1761 + " \"306974923219\",\n" +
1762 -// " \"306977513761\",\n" + 1762 + " \"306977513761\",\n" +
1763 -// " \"306984220987\",\n" + 1763 + " \"306984220987\",\n" +
1764 -// " \"306979949205\",\n" + 1764 + " \"306979949205\",\n" +
1765 -// " \"306943134127\",\n" + 1765 + " \"306943134127\",\n" +
1766 -// " \"306970437794\",\n" + 1766 + " \"306970437794\",\n" +
1767 -// " \"306932535319\",\n" + 1767 + " \"306932535319\",\n" +
1768 -// " \"306974063133\",\n" + 1768 + " \"306974063133\",\n" +
1769 -// " \"306932520323\",\n" + 1769 + " \"306932520323\",\n" +
1770 -// " \"306978733823\",\n" + 1770 + " \"306978733823\",\n" +
1771 -// " \"306985995420\",\n" + 1771 + " \"306985995420\",\n" +
1772 -// " \"306983879555\",\n" + 1772 + " \"306983879555\",\n" +
1773 -// " ],\n" + 1773 + " ],\n" +
1774 -// " \"id\": \"000003612\",\n" + 1774 + " \"id\": \"000003612\",\n" +
1775 -// " \"loyaltyCampaignId\": \"8eb71c4ceaff409c896e2d1f6f1c20f3\",\n" + 1775 + " \"loyaltyCampaignId\": \"8eb71c4ceaff409c896e2d1f6f1c20f3\",\n" +
1776 -// " \"noOfRecurrance\": \"0\",\n" + 1776 + " \"noOfRecurrance\": \"0\",\n" +
1777 -// " \"notificationMessage\": \"None\",\n" + 1777 + " \"notificationMessage\": \"None\",\n" +
1778 -// " \"offerAudienceLevel\": \"msisdn\",\n" + 1778 + " \"offerAudienceLevel\": \"msisdn\",\n" +
1779 -// " \"offerCode1\": \"000003612\",\n" + 1779 + " \"offerCode1\": \"000003612\",\n" +
1780 -// " \"offerName\": \"CCMS loyalty - postpay addon gifts4u\",\n" + 1780 + " \"offerName\": \"CCMS loyalty - postpay addon gifts4u\",\n" +
1781 -// " \"postpayProduct\": \"0.0\",\n" + 1781 + " \"postpayProduct\": \"0.0\",\n" +
1782 -// " \"price\": \"None\",\n" + 1782 + " \"price\": \"None\",\n" +
1783 -// " \"productType\": \"MOBILE ADDON\",\n" + 1783 + " \"productType\": \"MOBILE ADDON\",\n" +
1784 -// " \"provDuration\": \"0.0\",\n" + 1784 + " \"provDuration\": \"0.0\",\n" +
1785 -// " \"score\": \"50\",\n" + 1785 + " \"score\": \"50\",\n" +
1786 -// " \"treatmentCode\": \"5228.e1d.38378e61.750186c1\",\n" + 1786 + " \"treatmentCode\": \"5228.e1d.38378e61.750186c1\",\n" +
1787 -// " \"validity\": \"0\",\n" + 1787 + " \"validity\": \"0\",\n" +
1788 -// " \"wave\": \"1\",\n" + 1788 + " \"wave\": \"1\",\n" +
1789 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1789 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1790 -// " \"title\": \"Test4\",\n" + 1790 + " \"title\": \"Test4\",\n" +
1791 -// " \"subtitle\": \"Test4\",\n" + 1791 + " \"subtitle\": \"Test4\",\n" +
1792 -// " \"description\": \"Test4\",\n" + 1792 + " \"description\": \"Test4\",\n" +
1793 -// " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" + 1793 + " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" +
1794 -// " },\n" + 1794 + " },\n" +
1795 -// " {\n" + 1795 + " {\n" +
1796 -// " \"UACIOfferTrackingCode\": \"5222.e1b.ffffffffe725d1b3.ffffffffed6d8723\",\n" + 1796 + " \"UACIOfferTrackingCode\": \"5222.e1b.ffffffffe725d1b3.ffffffffed6d8723\",\n" +
1797 -// " \"businessAdditionalId\": \"\",\n" + 1797 + " \"businessAdditionalId\": \"\",\n" +
1798 -// " \"dataCategory\": \"Data\",\n" + 1798 + " \"dataCategory\": \"Data\",\n" +
1799 -// " \"dataValue\": \"None\",\n" + 1799 + " \"dataValue\": \"None\",\n" +
1800 -// " \"discount\": \"None\",\n" + 1800 + " \"discount\": \"None\",\n" +
1801 -// " \"eligibleAssets\": [\n" + 1801 + " \"eligibleAssets\": [\n" +
1802 -// " \"306945218770\",\n" + 1802 + " \"306945218770\",\n" +
1803 -// " \"306944333488\",\n" + 1803 + " \"306944333488\",\n" +
1804 -// " \"306932222490\",\n" + 1804 + " \"306932222490\",\n" +
1805 -// " \"306996824010\",\n" + 1805 + " \"306996824010\",\n" +
1806 -// " \"306972713201\",\n" + 1806 + " \"306972713201\",\n" +
1807 -// " \"306942496252\",\n" + 1807 + " \"306942496252\",\n" +
1808 -// " \"306977316716\",\n" + 1808 + " \"306977316716\",\n" +
1809 -// " \"306945433100\",\n" + 1809 + " \"306945433100\",\n" +
1810 -// " \"306977403986\",\n" + 1810 + " \"306977403986\",\n" +
1811 -// " \"306936581495\",\n" + 1811 + " \"306936581495\",\n" +
1812 -// " \"306980689662\",\n" + 1812 + " \"306980689662\",\n" +
1813 -// " \"306970101490\",\n" + 1813 + " \"306970101490\",\n" +
1814 -// " \"306973396329\",\n" + 1814 + " \"306973396329\",\n" +
1815 -// " \"306972577064\",\n" + 1815 + " \"306972577064\",\n" +
1816 -// " \"306974923219\",\n" + 1816 + " \"306974923219\",\n" +
1817 -// " \"306977513761\",\n" + 1817 + " \"306977513761\",\n" +
1818 -// " \"306984220987\",\n" + 1818 + " \"306984220987\",\n" +
1819 -// " \"306979949205\",\n" + 1819 + " \"306979949205\",\n" +
1820 -// " \"306943134127\",\n" + 1820 + " \"306943134127\",\n" +
1821 -// " \"306970437794\",\n" + 1821 + " \"306970437794\",\n" +
1822 -// " \"306932535319\",\n" + 1822 + " \"306932535319\",\n" +
1823 -// " \"306974063133\",\n" + 1823 + " \"306974063133\",\n" +
1824 -// " \"306932520323\",\n" + 1824 + " \"306932520323\",\n" +
1825 -// " \"306978733823\",\n" + 1825 + " \"306978733823\",\n" +
1826 -// " \"306985995420\",\n" + 1826 + " \"306985995420\",\n" +
1827 -// " \"306983879555\",\n" + 1827 + " \"306983879555\",\n" +
1828 -// " ],\n" + 1828 + " ],\n" +
1829 -// " \"id\": \"000003610\",\n" + 1829 + " \"id\": \"000003610\",\n" +
1830 -// " \"loyaltyCampaignId\": \"8e2c88ec94c948d8b51577324ed9a4d5\",\n" + 1830 + " \"loyaltyCampaignId\": \"8e2c88ec94c948d8b51577324ed9a4d5\",\n" +
1831 -// " \"minsValue\": \"None\",\n" + 1831 + " \"minsValue\": \"None\",\n" +
1832 -// " \"noOfRecurrance\": \"None\",\n" + 1832 + " \"noOfRecurrance\": \"None\",\n" +
1833 -// " \"notificationMessage\": \"None\",\n" + 1833 + " \"notificationMessage\": \"None\",\n" +
1834 -// " \"offerAudienceLevel\": \"msisdn\",\n" + 1834 + " \"offerAudienceLevel\": \"msisdn\",\n" +
1835 -// " \"offerCode1\": \"000003610\",\n" + 1835 + " \"offerCode1\": \"000003610\",\n" +
1836 -// " \"offerName\": \"CCMS loyalty more4u v1\",\n" + 1836 + " \"offerName\": \"CCMS loyalty more4u v1\",\n" +
1837 -// " \"price\": \"20\",\n" + 1837 + " \"price\": \"20\",\n" +
1838 -// " \"productType\": \"White Label\",\n" + 1838 + " \"productType\": \"White Label\",\n" +
1839 -// " \"provDuration\": \"7.0\",\n" + 1839 + " \"provDuration\": \"7.0\",\n" +
1840 -// " \"provStepValueMins\": \"None\",\n" + 1840 + " \"provStepValueMins\": \"None\",\n" +
1841 -// " \"score\": \"60\",\n" + 1841 + " \"score\": \"60\",\n" +
1842 -// " \"treatmentCode\": \"5222.e1b.ffffffffe725d1b3.ffffffffed6d8723\",\n" + 1842 + " \"treatmentCode\": \"5222.e1b.ffffffffe725d1b3.ffffffffed6d8723\",\n" +
1843 -// " \"validity\": \"0\",\n" + 1843 + " \"validity\": \"0\",\n" +
1844 -// " \"voiceCategory\": \"None\",\n" + 1844 + " \"voiceCategory\": \"None\",\n" +
1845 -// " \"wave\": \"1\",\n" + 1845 + " \"wave\": \"1\",\n" +
1846 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1846 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1847 -// " \"title\": \"Test5\",\n" + 1847 + " \"title\": \"Test5\",\n" +
1848 -// " \"subtitle\": \"Test5\",\n" + 1848 + " \"subtitle\": \"Test5\",\n" +
1849 -// " \"description\": \"Test5\",\n" + 1849 + " \"description\": \"Test5\",\n" +
1850 -// " \"zone\": \"COSMOTE_APP_MORE4U\"\n" + 1850 + " \"zone\": \"COSMOTE_APP_MORE4U\"\n" +
1851 -// " },\n" + 1851 + " },\n" +
1852 -// " {\n" + 1852 + " {\n" +
1853 -// " \"UACIOfferTrackingCode\": \"5226.e1f.728b68c6.ffffffffa6c7b10e\",\n" + 1853 + " \"UACIOfferTrackingCode\": \"5226.e1f.728b68c6.ffffffffa6c7b10e\",\n" +
1854 -// " \"businessAdditionalId\": \"\",\n" + 1854 + " \"businessAdditionalId\": \"\",\n" +
1855 -// " \"businessService\": \"0.0\",\n" + 1855 + " \"businessService\": \"0.0\",\n" +
1856 -// " \"eligibleAssets\": [\n" + 1856 + " \"eligibleAssets\": [\n" +
1857 -// " \"306945218770\",\n" + 1857 + " \"306945218770\",\n" +
1858 -// " \"306944333488\",\n" + 1858 + " \"306944333488\",\n" +
1859 -// " \"306932222490\",\n" + 1859 + " \"306932222490\",\n" +
1860 -// " \"306996824010\",\n" + 1860 + " \"306996824010\",\n" +
1861 -// " \"306972713201\",\n" + 1861 + " \"306972713201\",\n" +
1862 -// " \"306942496252\",\n" + 1862 + " \"306942496252\",\n" +
1863 -// " \"306977316716\",\n" + 1863 + " \"306977316716\",\n" +
1864 -// " \"306945433100\",\n" + 1864 + " \"306945433100\",\n" +
1865 -// " \"306977403986\",\n" + 1865 + " \"306977403986\",\n" +
1866 -// " \"306936581495\",\n" + 1866 + " \"306936581495\",\n" +
1867 -// " \"306980689662\",\n" + 1867 + " \"306980689662\",\n" +
1868 -// " \"306970101490\",\n" + 1868 + " \"306970101490\",\n" +
1869 -// " \"306973396329\",\n" + 1869 + " \"306973396329\",\n" +
1870 -// " \"306972577064\",\n" + 1870 + " \"306972577064\",\n" +
1871 -// " \"306974923219\",\n" + 1871 + " \"306974923219\",\n" +
1872 -// " \"306977513761\",\n" + 1872 + " \"306977513761\",\n" +
1873 -// " \"306984220987\",\n" + 1873 + " \"306984220987\",\n" +
1874 -// " \"306979949205\",\n" + 1874 + " \"306979949205\",\n" +
1875 -// " \"306943134127\",\n" + 1875 + " \"306943134127\",\n" +
1876 -// " \"306970437794\",\n" + 1876 + " \"306970437794\",\n" +
1877 -// " \"306932535319\",\n" + 1877 + " \"306932535319\",\n" +
1878 -// " \"306974063133\",\n" + 1878 + " \"306974063133\",\n" +
1879 -// " \"306932520323\",\n" + 1879 + " \"306932520323\",\n" +
1880 -// " \"306978733823\",\n" + 1880 + " \"306978733823\",\n" +
1881 -// " \"306985995420\",\n" + 1881 + " \"306985995420\",\n" +
1882 -// " \"306983879555\",\n" + 1882 + " \"306983879555\",\n" +
1883 -// " ],\n" + 1883 + " ],\n" +
1884 -// " \"id\": \"000003614\",\n" + 1884 + " \"id\": \"000003614\",\n" +
1885 -// " \"loyaltyCampaignId\": \"aaf4022194584f02bb84c7b283c7c51e\",\n" + 1885 + " \"loyaltyCampaignId\": \"aaf4022194584f02bb84c7b283c7c51e\",\n" +
1886 -// " \"noOfRecurrance\": \"0\",\n" + 1886 + " \"noOfRecurrance\": \"0\",\n" +
1887 -// " \"notificationMessage\": \"None\",\n" + 1887 + " \"notificationMessage\": \"None\",\n" +
1888 -// " \"offerAudienceLevel\": \"msisdn\",\n" + 1888 + " \"offerAudienceLevel\": \"msisdn\",\n" +
1889 -// " \"offerCode1\": \"000003614\",\n" + 1889 + " \"offerCode1\": \"000003614\",\n" +
1890 -// " \"offerName\": \"CCMS loyalty - postpay addon more4u\",\n" + 1890 + " \"offerName\": \"CCMS loyalty - postpay addon more4u\",\n" +
1891 -// " \"postpayProduct\": \"0.0\",\n" + 1891 + " \"postpayProduct\": \"0.0\",\n" +
1892 -// " \"price\": \"None\",\n" + 1892 + " \"price\": \"None\",\n" +
1893 -// " \"productType\": \"MOBILE ADDON\",\n" + 1893 + " \"productType\": \"MOBILE ADDON\",\n" +
1894 -// " \"provDuration\": \"0.0\",\n" + 1894 + " \"provDuration\": \"0.0\",\n" +
1895 -// " \"score\": \"50\",\n" + 1895 + " \"score\": \"50\",\n" +
1896 -// " \"treatmentCode\": \"5226.e1f.728b68c6.ffffffffa6c7b10e\",\n" + 1896 + " \"treatmentCode\": \"5226.e1f.728b68c6.ffffffffa6c7b10e\",\n" +
1897 -// " \"validity\": \"0\",\n" + 1897 + " \"validity\": \"0\",\n" +
1898 -// " \"wave\": \"1\",\n" + 1898 + " \"wave\": \"1\",\n" +
1899 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1899 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1900 -// " \"title\": \"Test6\",\n" + 1900 + " \"title\": \"Test6\",\n" +
1901 -// " \"subtitle\": \"Test6\",\n" + 1901 + " \"subtitle\": \"Test6\",\n" +
1902 -// " \"description\": \"Test6\",\n" + 1902 + " \"description\": \"Test6\",\n" +
1903 -// " \"zone\": \"COSMOTE_APP_MORE4U\"\n" + 1903 + " \"zone\": \"COSMOTE_APP_MORE4U\"\n" +
1904 -// " },\n" + 1904 + " },\n" +
1905 -// " {\n" + 1905 + " {\n" +
1906 -// " \"UACIOfferTrackingCode\": \"5154.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" + 1906 + " \"UACIOfferTrackingCode\": \"5154.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" +
1907 -// " \"businessAdditionalId\": \"\",\n" + 1907 + " \"businessAdditionalId\": \"\",\n" +
1908 -// " \"eligibleAssets\": [],\n" + 1908 + " \"eligibleAssets\": [],\n" +
1909 -// " \"id\": \"000003586\",\n" + 1909 + " \"id\": \"000003586\",\n" +
1910 -// " \"loyaltyCampaignId\": \"NA\",\n" + 1910 + " \"loyaltyCampaignId\": \"NA\",\n" +
1911 -// " \"offerAudienceLevel\": \"guid\",\n" + 1911 + " \"offerAudienceLevel\": \"guid\",\n" +
1912 -// " \"offerCode1\": \"000003586\",\n" + 1912 + " \"offerCode1\": \"000003586\",\n" +
1913 -// " \"offerName\": \"CCMS loyalty offer 6\",\n" + 1913 + " \"offerName\": \"CCMS loyalty offer 6\",\n" +
1914 -// " \"productType\": \"GENERIC\",\n" + 1914 + " \"productType\": \"GENERIC\",\n" +
1915 -// " \"score\": \"50\",\n" + 1915 + " \"score\": \"50\",\n" +
1916 -// " \"treatmentCode\": \"5154.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" + 1916 + " \"treatmentCode\": \"5154.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" +
1917 -// " \"validity\": \"0\",\n" + 1917 + " \"validity\": \"0\",\n" +
1918 -// " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" + 1918 + " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" +
1919 -// " },\n" + 1919 + " },\n" +
1920 -// " {\n" + 1920 + " {\n" +
1921 -// " \"UACIOfferTrackingCode\": \"51d2.e0c.291f49d9.40d5a689\",\n" + 1921 + " \"UACIOfferTrackingCode\": \"51d2.e0c.291f49d9.40d5a689\",\n" +
1922 -// " \"businessAdditionalId\": \"\",\n" + 1922 + " \"businessAdditionalId\": \"\",\n" +
1923 -// " \"eligibleAssets\": [],\n" + 1923 + " \"eligibleAssets\": [],\n" +
1924 -// " \"id\": \"000003595\",\n" + 1924 + " \"id\": \"000003595\",\n" +
1925 -// " \"loyaltyCampaignId\": \"c5cc5f4f65624f47a580b720233fa60d\",\n" + 1925 + " \"loyaltyCampaignId\": \"c5cc5f4f65624f47a580b720233fa60d\",\n" +
1926 -// " \"offerAudienceLevel\": \"guid\",\n" + 1926 + " \"offerAudienceLevel\": \"guid\",\n" +
1927 -// " \"offerCode1\": \"000003595\",\n" + 1927 + " \"offerCode1\": \"000003595\",\n" +
1928 -// " \"offerName\": \"CCMS Loyal offer campaignId\",\n" + 1928 + " \"offerName\": \"CCMS Loyal offer campaignId\",\n" +
1929 -// " \"productType\": \"GENERIC\",\n" + 1929 + " \"productType\": \"GENERIC\",\n" +
1930 -// " \"score\": \"50\",\n" + 1930 + " \"score\": \"50\",\n" +
1931 -// " \"treatmentCode\": \"51d2.e0c.291f49d9.40d5a689\",\n" + 1931 + " \"treatmentCode\": \"51d2.e0c.291f49d9.40d5a689\",\n" +
1932 -// " \"validity\": \"0\",\n" + 1932 + " \"validity\": \"0\",\n" +
1933 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1933 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1934 -// " \"title\": \"Test7\",\n" + 1934 + " \"title\": \"Test7\",\n" +
1935 -// " \"subtitle\": \"Test7\",\n" + 1935 + " \"subtitle\": \"Test7\",\n" +
1936 -// " \"description\": \"Test7\",\n" + 1936 + " \"description\": \"Test7\",\n" +
1937 -// " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" + 1937 + " \"zone\": \"COSMOTE_APP_LOYALTY_PROMO\"\n" +
1938 -// " },\n" + 1938 + " },\n" +
1939 -// " {\n" + 1939 + " {\n" +
1940 -// " \"UACIOfferTrackingCode\": \"51d6.e0c.291f49d9.40d5a689\",\n" + 1940 + " \"UACIOfferTrackingCode\": \"51d6.e0c.291f49d9.40d5a689\",\n" +
1941 -// " \"businessAdditionalId\": \"\",\n" + 1941 + " \"businessAdditionalId\": \"\",\n" +
1942 -// " \"eligibleAssets\": [],\n" + 1942 + " \"eligibleAssets\": [],\n" +
1943 -// " \"id\": \"000003595\",\n" + 1943 + " \"id\": \"000003595\",\n" +
1944 -// " \"loyaltyCampaignId\": \"c5cc5f4f65624f47a580b720233fa60d\",\n" + 1944 + " \"loyaltyCampaignId\": \"c5cc5f4f65624f47a580b720233fa60d\",\n" +
1945 -// " \"offerAudienceLevel\": \"guid\",\n" + 1945 + " \"offerAudienceLevel\": \"guid\",\n" +
1946 -// " \"offerCode1\": \"000003595\",\n" + 1946 + " \"offerCode1\": \"000003595\",\n" +
1947 -// " \"offerName\": \"CCMS Loyal offer campaignId\",\n" + 1947 + " \"offerName\": \"CCMS Loyal offer campaignId\",\n" +
1948 -// " \"productType\": \"GENERIC\",\n" + 1948 + " \"productType\": \"GENERIC\",\n" +
1949 -// " \"score\": \"50\",\n" + 1949 + " \"score\": \"50\",\n" +
1950 -// " \"treatmentCode\": \"51d6.e0c.291f49d9.40d5a689\",\n" + 1950 + " \"treatmentCode\": \"51d6.e0c.291f49d9.40d5a689\",\n" +
1951 -// " \"validity\": \"0\",\n" + 1951 + " \"validity\": \"0\",\n" +
1952 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 1952 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
1953 -// " \"title\": \"Test8\",\n" + 1953 + " \"title\": \"Test8\",\n" +
1954 -// " \"subtitle\": \"Test8\",\n" + 1954 + " \"subtitle\": \"Test8\",\n" +
1955 -// " \"description\": \"Test8\",\n" + 1955 + " \"description\": \"Test8\",\n" +
1956 -// " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" + 1956 + " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" +
1957 -// " },\n" + 1957 + " },\n" +
1958 -// " {\n" + 1958 + " {\n" +
1959 -// " \"UACIOfferTrackingCode\": \"5150.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" + 1959 + " \"UACIOfferTrackingCode\": \"5150.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" +
1960 -// " \"businessAdditionalId\": \"\",\n" + 1960 + " \"businessAdditionalId\": \"\",\n" +
1961 -// " \"eligibleAssets\": [],\n" + 1961 + " \"eligibleAssets\": [],\n" +
1962 -// " \"id\": \"000003586\",\n" + 1962 + " \"id\": \"000003586\",\n" +
1963 -// " \"loyaltyCampaignId\": \"NA\",\n" + 1963 + " \"loyaltyCampaignId\": \"NA\",\n" +
1964 -// " \"offerAudienceLevel\": \"guid\",\n" + 1964 + " \"offerAudienceLevel\": \"guid\",\n" +
1965 -// " \"offerCode1\": \"000003586\",\n" + 1965 + " \"offerCode1\": \"000003586\",\n" +
1966 -// " \"offerName\": \"CCMS loyalty offer 6\",\n" + 1966 + " \"offerName\": \"CCMS loyalty offer 6\",\n" +
1967 -// " \"productType\": \"GENERIC\",\n" + 1967 + " \"productType\": \"GENERIC\",\n" +
1968 -// " \"score\": \"50\",\n" + 1968 + " \"score\": \"50\",\n" +
1969 -// " \"treatmentCode\": \"5150.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" + 1969 + " \"treatmentCode\": \"5150.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" +
1970 -// " \"validity\": \"0\",\n" + 1970 + " \"validity\": \"0\",\n" +
1971 -// " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" + 1971 + " \"zone\": \"COSMOTE_APP_GIFTS4U\"\n" +
1972 -// " },\n" + 1972 + " },\n" +
1973 -// " {\n" + 1973 + " {\n" +
1974 -// " \"UACIOfferTrackingCode\": \"5152.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" + 1974 + " \"UACIOfferTrackingCode\": \"5152.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" +
1975 -// " \"businessAdditionalId\": \"\",\n" + 1975 + " \"businessAdditionalId\": \"\",\n" +
1976 -// " \"eligibleAssets\": [],\n" + 1976 + " \"eligibleAssets\": [],\n" +
1977 -// " \"id\": \"000003586\",\n" + 1977 + " \"id\": \"000003586\",\n" +
1978 -// " \"loyaltyCampaignId\": \"NA\",\n" + 1978 + " \"loyaltyCampaignId\": \"NA\",\n" +
1979 -// " \"offerAudienceLevel\": \"guid\",\n" + 1979 + " \"offerAudienceLevel\": \"guid\",\n" +
1980 -// " \"offerCode1\": \"000003586\",\n" + 1980 + " \"offerCode1\": \"000003586\",\n" +
1981 -// " \"offerName\": \"CCMS loyalty offer 6\",\n" + 1981 + " \"offerName\": \"CCMS loyalty offer 6\",\n" +
1982 -// " \"productType\": \"GENERIC\",\n" + 1982 + " \"productType\": \"GENERIC\",\n" +
1983 -// " \"score\": \"50\",\n" + 1983 + " \"score\": \"50\",\n" +
1984 -// " \"treatmentCode\": \"5152.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" + 1984 + " \"treatmentCode\": \"5152.e03.ffffffffeebc476a.ffffffffc5b96f6a\",\n" +
1985 -// " \"validity\": \"0\",\n" + 1985 + " \"validity\": \"0\",\n" +
1986 -// " \"zone\": \"COSMOTE_APP_MORE4U\"\n" + 1986 + " \"zone\": \"COSMOTE_APP_MORE4U\"\n" +
1987 -// " },\n" + 1987 + " },\n" +
1988 -// " {\n" + 1988 + " {\n" +
1989 -// " \"UACIOfferTrackingCode\": \"51d4.e0c.291f49d9.40d5a689\",\n" + 1989 + " \"UACIOfferTrackingCode\": \"51d4.e0c.291f49d9.40d5a689\",\n" +
1990 -// " \"businessAdditionalId\": \"\",\n" + 1990 + " \"businessAdditionalId\": \"\",\n" +
1991 -// " \"eligibleAssets\": [],\n" + 1991 + " \"eligibleAssets\": [],\n" +
1992 -// " \"id\": \"000003595\",\n" + 1992 + " \"id\": \"000003595\",\n" +
1993 -// " \"loyaltyCampaignId\": \"c5cc5f4f65624f47a580b720233fa60d\",\n" + 1993 + " \"loyaltyCampaignId\": \"c5cc5f4f65624f47a580b720233fa60d\",\n" +
1994 -// " \"offerAudienceLevel\": \"guid\",\n" + 1994 + " \"offerAudienceLevel\": \"guid\",\n" +
1995 -// " \"offerCode1\": \"000003595\",\n" + 1995 + " \"offerCode1\": \"000003595\",\n" +
1996 -// " \"offerName\": \"CCMS Loyal offer campaignId\",\n" + 1996 + " \"offerName\": \"CCMS Loyal offer campaignId\",\n" +
1997 -// " \"productType\": \"GENERIC\",\n" + 1997 + " \"productType\": \"GENERIC\",\n" +
1998 -// " \"score\": \"50\",\n" + 1998 + " \"score\": \"50\",\n" +
1999 -// " \"treatmentCode\": \"51d4.e0c.291f49d9.40d5a689\",\n" + 1999 + " \"treatmentCode\": \"51d4.e0c.291f49d9.40d5a689\",\n" +
2000 -// " \"validity\": \"0\",\n" + 2000 + " \"validity\": \"0\",\n" +
2001 -// " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" + 2001 + " \"imageUrl\": \"https://www.cosmotetvott.gr/assets/images/ogImage.jpg\",\n" +
2002 -// " \"title\": \"Test9\",\n" + 2002 + " \"title\": \"Test9\",\n" +
2003 -// " \"subtitle\": \"Test9\",\n" + 2003 + " \"subtitle\": \"Test9\",\n" +
2004 -// " \"description\": \"Test9\",\n" + 2004 + " \"description\": \"Test9\",\n" +
2005 -// " \"zone\": \"COSMOTE_APP_MORE4U\"\n" + 2005 + " \"zone\": \"COSMOTE_APP_MORE4U\"\n" +
2006 -// " }\n" + 2006 + " }\n" +
2007 -// " ]"); 2007 + " ]");
2008 -// } catch (JSONException e) { 2008 + } catch (JSONException e) {
2009 -// e.printStackTrace(); 2009 + e.printStackTrace();
2010 -// } 2010 + }
2011 -// if (jArray != null && jArray.length() > 0) { 2011 + if (jArray != null && jArray.length() > 0) {
2012 -// for (int i = 0; i < jArray.length(); i++) { 2012 + for (int i = 0; i < jArray.length(); i++) {
2013 -// JSONObject jobj = new JSONObject(); 2013 + JSONObject jobj = new JSONObject();
2014 -// jobj = jArray.optJSONObject(i); 2014 + jobj = jArray.optJSONObject(i);
2015 -// if (jobj != null) { 2015 + if (jobj != null) {
2016 -// LoyaltyContextualOfferModel model = new LoyaltyContextualOfferModel(jobj); 2016 + LoyaltyContextualOfferModel model = new LoyaltyContextualOfferModel(jobj);
2017 -// list.add(model); 2017 + list.add(model);
2018 -// } 2018 + }
2019 -// } 2019 + }
2020 -// } 2020 + }
2021 -// WarplyManagerHelper.setCCMSLoyaltyCampaigns(list); 2021 + WarplyManagerHelper.setCCMSLoyaltyCampaigns(list);
2022 2022
2023 receiver.onSuccess(campaignLoyaltyList); //result 2023 receiver.onSuccess(campaignLoyaltyList); //result
2024 } 2024 }
......
...@@ -338,11 +338,12 @@ ...@@ -338,11 +338,12 @@
338 android:id="@+id/ll_active_deals_codes_view" 338 android:id="@+id/ll_active_deals_codes_view"
339 android:layout_width="match_parent" 339 android:layout_width="match_parent"
340 android:layout_height="wrap_content" 340 android:layout_height="wrap_content"
341 - app:layout_maxHeight="60dp"
342 android:visibility="gone" 341 android:visibility="gone"
343 - app:alignContent="flex_start" 342 + app:flexDirection="row"
344 - app:alignItems="flex_start" 343 + app:justifyContent="flex_start"
345 - app:flexWrap="wrap"></com.google.android.flexbox.FlexboxLayout> 344 + app:flexWrap="wrap">
345 +
346 + </com.google.android.flexbox.FlexboxLayout>
346 347
347 <TextView 348 <TextView
348 android:id="@+id/tv_active_deals_date_text" 349 android:id="@+id/tv_active_deals_date_text"
......