summaryrefslogtreecommitdiff
path: root/taler.conf
diff options
context:
space:
mode:
authorBoss Marco <bossm8@students.bfh.ch>2019-11-11 17:53:39 +0100
committerBoss Marco <bossm8@students.bfh.ch>2019-11-11 17:53:39 +0100
commit3e131ed22a9e809e8a7ba79e853bef83fab3823f (patch)
tree9dfcfcbb661234fb0df88ce2778dcdcb305fe437 /taler.conf
parentb7ba7232787dd53cce413db937be744e1320534a (diff)
downloadtaler-mdb-3e131ed22a9e809e8a7ba79e853bef83fab3823f.tar.gz
taler-mdb-3e131ed22a9e809e8a7ba79e853bef83fab3823f.tar.bz2
taler-mdb-3e131ed22a9e809e8a7ba79e853bef83fab3823f.zip
first steps in configurable products
Diffstat (limited to 'taler.conf')
-rw-r--r--taler.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/taler.conf b/taler.conf
index f20e1b7..04233ea 100644
--- a/taler.conf
+++ b/taler.conf
@@ -12,3 +12,30 @@ fulfillment-url = taler://fulfillment-success
# will be concatenated with product
# must be url - utf8 encoded
fulfillment-msg = /Enjoy+your+
+
+#Products
+#end declaration
+[product_3]
+description = KitKat
+price = 0.1
+key = k
+number = 4
+[product_2]
+description = Mars
+price = 0.1
+key = m
+number = 3
+#twix
+[product_1]
+description = Twix
+price = 0.1
+key = t
+number = 2
+#snickers
+[product_0]
+description = Snickers
+price = 0.1
+key = s
+number = 1
+
+