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