merchant

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

commit f8e2827132bc16b7d2a0b924e5817aea68fc4b2d
parent 3b9eff33d011b1042934f5b57a1baf3f759909f8
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  7 Jun 2019 14:53:34 +0200

updating twister conf

Diffstat:
Msrc/lib/test_merchant_api_proxy_exchange.conf | 1+
Msrc/lib/test_merchant_api_proxy_merchant.conf | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/lib/test_merchant_api_proxy_exchange.conf b/src/lib/test_merchant_api_proxy_exchange.conf @@ -7,6 +7,7 @@ # HTTP listen port for twister (the merchant # will transparently use this URL as the "exchange") HTTP_PORT = 8888 +SERVE = tcp # HTTP Destination for twister, so the real exchange # URL. Note: no trailing '/'! diff --git a/src/lib/test_merchant_api_proxy_merchant.conf b/src/lib/test_merchant_api_proxy_merchant.conf @@ -8,6 +8,7 @@ # HTTP listen port for twister ("lib" code will # transparently use this URL as the "merchant") HTTP_PORT = 8889 +SERVE = tcp # HTTP Destination for twister, so the real # merchant URL. Note: no trailing '/'!