merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit b61e1dc3cb62e9c62eda7294893cf4499c3f839f
parent 06b7294815214f38daf3b7c93d5334bf0e00fd75
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 25 Apr 2017 09:46:26 +0200

instructions about generating payments against a non-forked
merchant backend

Diffstat:
Mdoc/manual.texi | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/manual.texi b/doc/manual.texi @@ -785,13 +785,16 @@ currency = PUDOS Run the test in the following way: @example -$ taler-merchant-generate-payments [-c config] [-r] +$ taler-merchant-generate-payments [-c config] [-e EURI] [-m MURI] @end example the argument @code{config} given to @code{-c} points to the configuration file and is optional -- @code{~/.config/taler.conf} will be checked by default. -By default, the tool tries to fork a process running the exchange, unless the -@code{-r} option is given. +By default, the tool forks two processes: one for the merchant backend, and one +for the exchange. +The option @code{-e} (@code{-m}) avoids any exchange (merchant backend) fork, +and just runs the generator against the exchange (merchant backend) running +at @code{EURI} (@code{MURI}). If the command terminates with no errors, then the merchant backend is correctly installed.