merchant

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

commit d28fc4e6fc458573e3dc58f3f68b694337bc2384
parent 56e7d03c456bace9045ab05b0477c472f5d79349
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 29 Sep 2015 17:37:10 +0200

cosmetic change

Diffstat:
Msrc/backend-lib/merchant_db.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backend-lib/merchant_db.c b/src/backend-lib/merchant_db.c @@ -123,7 +123,8 @@ MERCHANT_DB_initialize (PGconn *conn, int tmp) (conn, "contract_create", "INSERT INTO contracts" - "(contract_id, hash, timestamp, expiry, edate, refund_deadline, amount, amount_fraction, amount_currency," + "(contract_id, hash, timestamp, expiry, edate," + "refund_deadline, amount, amount_fraction, amount_currency," "description, nounce, product) VALUES" "($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12)", 12, NULL)));