merchant

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

commit 76736ce2cc1c9b3939b670703804b496c98b1fbf
parent a607690403631efe29fb06161a1b61a8c315ce4a
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 23 Mar 2018 11:26:11 +0100

fix confusion about reserve creation

Diffstat:
Msrc/lib/test_merchant_api_new.c | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/lib/test_merchant_api_new.c b/src/lib/test_merchant_api_new.c @@ -462,8 +462,12 @@ run (void *cls, "refund-increase-1", "deposit-simple", "1"), - /* test tipping */ - TALER_TESTING_cmd_fakebank_transfer_with_instance + + /* Test tipping. */ + + + /* pay again logic. */ + TALER_TESTING_cmd_fakebank_transfer ("create-reserve-10", "EUR:10.02", fakebank_url, @@ -471,9 +475,7 @@ run (void *cls, EXCHANGE_ACCOUNT_NO, USER_LOGIN_NAME, USER_LOGIN_PASS, - "tip", - EXCHANGE_URL, - CONFIG_FILE), + EXCHANGE_URL), CMD_EXEC_WIREWATCH ("wirewatch-10"),