From 611427b0d2982a5c1afb6e3a8acf5d2e7673da3f Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Wed, 6 Jan 2021 19:49:12 +0100 Subject: [PATCH] more coupons --- app/src/main/assets/coupons-nl.json | 18 +++++++++++++++--- app/src/main/assets/coupons.json | 20 ++++++++++++++++---- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/app/src/main/assets/coupons-nl.json b/app/src/main/assets/coupons-nl.json index eefca7d..d7379e9 100644 --- a/app/src/main/assets/coupons-nl.json +++ b/app/src/main/assets/coupons-nl.json @@ -1,10 +1,22 @@ [ { - "code": "KROKET10", + "code": "KROKETMEUP", "reward": "Gratis 2e kroket bij Kees Kroket™" }, { - "code": "654", - "reward": ",juygly" + "code": "ESCAPEME", + "reward": "Gratis ticket voor de escape room!" + }, + { + "code": "WOK50", + "reward": "50% korting op een tweede wokschotel naar keuze!" + }, + { + "code": "JESUSRISE", + "reward": "Een gratis rondleiding door het klooster!" + }, + { + "code": "FOOTLONGSURPRISE", + "reward": "Een gratis Footlong bij Subway!" } ] \ No newline at end of file diff --git a/app/src/main/assets/coupons.json b/app/src/main/assets/coupons.json index eefca7d..77384bd 100644 --- a/app/src/main/assets/coupons.json +++ b/app/src/main/assets/coupons.json @@ -1,10 +1,22 @@ [ { - "code": "KROKET10", - "reward": "Gratis 2e kroket bij Kees Kroket™" + "code": "KROKETMEUP", + "reward": "Free kroket at Kees Kroket™" }, { - "code": "654", - "reward": ",juygly" + "code": "ESCAPEME", + "reward": "Free ticket to the escape room!" + }, + { + "code": "WOK50", + "reward": "50% discount on a second wok dish of choice!" + }, + { + "code": "JESUSRISE", + "reward": "A free tour through the monastery!" + }, + { + "code": "FOOTLONGSURPRISE", + "reward": "A free footlong at Subway!" } ] \ No newline at end of file