summaryrefslogtreecommitdiff
path: root/src/samples/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/samples/README')
-rw-r--r--src/samples/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/samples/README b/src/samples/README
index 4926db68..cfd0cb3d 100644
--- a/src/samples/README
+++ b/src/samples/README
@@ -1,3 +1,16 @@
Here is the logic that creates dummy payments into the
merchant's DB, mainly used for debugging applications that
need some real data from the merchant backend.
+
+The tool taler-merchant-generate-payments needs three values:
+
+1 exchange URL
+2 merchant backend URL
+3 bank URL
+4 currency
+
+The tool reads these values from #define'd macros, so you should
+change them and recompile the code in order to make them fit your
+needs.
+
+We wish to get this tool reading those values via a config file!