summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-10 14:58:46 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-10 14:58:46 +0100
commiteec82c753a121523fa37cb2479e2e7ef0d7b1a1c (patch)
treebe43c9f1b7faeba9d96af80e5948c8980ef111f3
parent73d9a89b3dffccf563436cb6f7e19a5c19268246 (diff)
downloadmerchant-eec82c753a121523fa37cb2479e2e7ef0d7b1a1c.tar.gz
merchant-eec82c753a121523fa37cb2479e2e7ef0d7b1a1c.tar.bz2
merchant-eec82c753a121523fa37cb2479e2e7ef0d7b1a1c.zip
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!