merchant

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

commit b4bcfcf83b6a39e8bd00b144ec72aa169d51afd9
parent a93cd54365343758aa6b0a94a3e7c52cd5222211
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 22 Mar 2018 19:59:21 +0100

notes

Diffstat:
Msrc/lib/test_merchant_api_twisted.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/test_merchant_api_twisted.c b/src/lib/test_merchant_api_twisted.c @@ -687,7 +687,7 @@ run (void *cls, PROXY_MERCHANT_CONFIG_FILE, "history.0.coin_sig"), - /* Coin history will fail, due to coin's bad signature. */ + /* Coin history check will fail, due to coin's bad signature. */ TALER_TESTING_cmd_pay ("deposit-simple-fail", twister_merchant_url, is->ctx, @@ -698,6 +698,8 @@ run (void *cls, "EUR:1.99", // no sense now "EUR:0.01"), // no sense now + /* max uint64 number: 9223372036854775807; try to overflow! */ + /** * End the suite. Fixme: better to have a label for this * too, as it shows a "(null)" token on logs.