From 69e7139d4216285074fbd9c0ee70a6f5168b9823 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 9 Mar 2024 10:07:20 -0500 Subject: [PATCH] fix txt --- service/redeem.js | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/service/redeem.js b/service/redeem.js index b11b402..26d8dc7 100644 --- a/service/redeem.js +++ b/service/redeem.js @@ -64,7 +64,7 @@ var redeem = { "image": "https://www.wrenchboard.com/assets/images/apps/banners/redeem/rex-card.jpg", "icon": "bannerimage.icon", "style": "style1", - "text": "This is the title text?", + "text": "Send balance to your debit card", "description": "Some description of this item, ", "action": "thiskey" }, @@ -84,7 +84,7 @@ var redeem = { "image": "https://www.wrenchboard.com/assets/images/apps/banners/redeem/rex-apple.jpg", "icon": "bannerimage.icon", "style": "style1", - "text": "This is the title text?", + "text": "Send Balance to your Apple Card", "description": "Some description of this item, ", "action": "thiskey" }, @@ -94,7 +94,7 @@ var redeem = { "image": "https://www.wrenchboard.com/assets/images/apps/banners/redeem/rex-plays.jpg", "icon": "bannerimage.icon", "style": "style1", - "text": "This is the title text?", + "text": "Use your credit on PlayStations", "description": "Some description of this item, ", "action": "thiskey" }, @@ -128,16 +128,6 @@ var redeem = { "description": "Some description of this item, ", "action": "thiskey" }, - }, - "thiskey08": { - "banner": { - "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg", - "icon": "bannerimage.icon", - "style": "style1", - "text": "This is the title text?", - "description": "Some description of this item, ", - "action": "thiskey" - }, } };