From c4855cc58126166dd233bfb4684e738232b4768d Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Mon, 20 May 2019 12:31:38 +0200 Subject: [PATCH] 'creditcards.json' toevoegen --- creditcards.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 creditcards.json diff --git a/creditcards.json b/creditcards.json new file mode 100644 index 0000000..be578c6 --- /dev/null +++ b/creditcards.json @@ -0,0 +1,15 @@ +{ + "type": "index", + "name": { + "en": "Credit Cards", + "nl": "Creditcards" + }, + "subCategories": [ + { + "id": "mastercard" + }, + { + "id": "visa" + } + ] +}