summaryrefslogtreecommitdiff
path: root/src/samples/README
blob: cfd0cb3dcb3d958005c4faf6b0336db163e14ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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!