commit d86e4e6e844dd9aee47fe77c62def8470e501d44 parent e75db5acf7db8bf51d5e5e0ea7c6c19652432b89 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 22 Aug 2020 19:22:16 +0200 add h_contract to refund response Diffstat:
| M | core/api-merchant.rst | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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; }