merchant

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

commit 62b3113bc7f7bbfefa38948e46a433f2f6434e90
parent eaaebef04fb544e271e791545c08168c9302b0a1
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 30 Nov 2017 02:08:16 +0100

also use exchange_url in test

Diffstat:
Msrc/lib/merchant_api_tip_authorize.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/merchant_api_tip_authorize.c b/src/lib/merchant_api_tip_authorize.c @@ -89,7 +89,7 @@ check_ok (struct TALER_MERCHANT_TipAuthorizeOperation *tao, struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_absolute_time ("expiration", &tip_expiration), GNUNET_JSON_spec_fixed_auto ("tip_id", &tip_id), - GNUNET_JSON_spec_string ("exchange_uri", &exchange_uri), + GNUNET_JSON_spec_string ("exchange_url", &exchange_uri), GNUNET_JSON_spec_end() };