From d86e4e6e844dd9aee47fe77c62def8470e501d44 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 22 Aug 2020 19:22:16 +0200 Subject: add h_contract to refund response --- core/api-merchant.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 3c0ea712..51b08a82 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1531,8 +1531,12 @@ Giving Refunds // URL (handled by the backend) that the wallet should access to // trigger refund processing. - // taler://refund/[$H_CONTRACT/$AMOUNT????] + // taler://refund/... taler_refund_uri: string; + + // Contract hash that a client may need to authenticate an + // HTTP request to obtain the above URI in a wallet-friendly way. + h_contract: HashCode; } -- cgit v1.2.3