merchant

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

commit 065d8548c06feda03c8af022443d8d58dbc5cdee
parent ac9ae0985f47202b77317dbbfea4fd789d724e15
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon,  7 Mar 2016 15:41:03 +0100

uncommenting wire transfer type selection based on config file

Diffstat:
Msrc/backend/taler-merchant-httpd.c | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -561,12 +561,6 @@ run (void *cls, "WIREFORMAT", &wireformat)); - EXITIF (GNUNET_OK != - parse_wireformat_sepa (config)); - EXITIF (GNUNET_OK != - validate_and_hash_wireformat ("SEPA")); - -#if 0 if (0 == strcmp("SEPA", wireformat)) { EXITIF (GNUNET_OK != @@ -581,7 +575,6 @@ run (void *cls, EXITIF (GNUNET_OK != validate_and_hash_wireformat ("TEST")); } -#endif GNUNET_free (wireformat);