merchant

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

commit 4daf8640a07833834f023aabd8b3b3f67be9dca9
parent 2bf5a099d305a03952ee53f28fca3d44046a06d2
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 23 Mar 2018 11:52:37 +0100

putting second tip-authorize under tests.

Diffstat:
Msrc/lib/test_merchant_api_new.c | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/lib/test_merchant_api_new.c b/src/lib/test_merchant_api_new.c @@ -487,6 +487,17 @@ run (void *cls, "tip", "tip 1", "EUR:5.01"), + + TALER_TESTING_cmd_tip_authorize ("authorize-tip-2", + merchant_url, + exchange_url, + is->ctx, + MHD_HTTP_OK, + "tip", + "tip 2", + "EUR:5.01"), + + /* Will fail here until all new * transfers have not been checked. I.e., * there is now a 20.04 euro "pending" transfer. */