summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-30 11:21:54 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-30 11:22:03 +0100
commit95077e83925e9e5696501e3bb47ee9efb1fa1214 (patch)
treedc72b15ff3eb7de33401463c2195d0ffc2d327a1 /api-common.rst
parentbde9651397946b143e31eb8e0c2613cc7e0705f3 (diff)
downloaddocs-95077e83925e9e5696501e3bb47ee9efb1fa1214.tar.gz
docs-95077e83925e9e5696501e3bb47ee9efb1fa1214.tar.bz2
docs-95077e83925e9e5696501e3bb47ee9efb1fa1214.zip
properly document TALER_SIGNATURE_MERCHANT_REFUND_OK
Diffstat (limited to 'api-common.rst')
-rw-r--r--api-common.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/api-common.rst b/api-common.rst
index b9acd5cc..1526d7ef 100644
--- a/api-common.rst
+++ b/api-common.rst
@@ -724,6 +724,17 @@ within the
struct TALER_AmountNBO refund_fee;
};
+ struct TALER_MerchantRefundConfirmationPS {
+ /**
+ * purpose.purpose = TALER_SIGNATURE_MERCHANT_REFUND_OK
+ */
+ struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+ /**
+ * Hash of the order ID (a string), hashed without the 0-termination.
+ */
+ struct GNUNET_HashCode h_order_id;
+ };
+
.. _TALER_PaybackRequestPS:
.. sourcecode:: c