merchant

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

commit 509617fdc804b107df27770a3a6a505abc786520
parent 2aaf31ac2b6e4b82128290711552caffe21328bd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  3 Nov 2020 23:24:54 +0100

remove dead option

Diffstat:
Msrc/backend/merchant.conf | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf @@ -45,11 +45,6 @@ DEFAULT_WIRE_FEE_AMORTIZATION = 1 # Which database backend do we use? DB = postgres -# Which wireformat does this merchant use? (x-taler-bank/sepa/etc.) -WIREFORMAT = x-taler-bank -# Determines which wire plugin will be used. We currently only -# support one wire plugin at a time! - # How long do we want the exchange to sit on wire transfers # for aggregation? WIRE_TRANSFER_DELAY = 3 week