summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-09 03:33:05 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-09 03:33:05 +0100
commit12447106f6c29ffdb2e5d4ee7fd3abe09a1d117d (patch)
tree73974b66d351be2420d8fe3bd1627889b39535d3 /api-common.rst
parentad183309a3e159371e3a8dc04da9a8497c68aefa (diff)
parentfd0e5260107f6c418659808b2620484332afd774 (diff)
downloaddocs-12447106f6c29ffdb2e5d4ee7fd3abe09a1d117d.tar.gz
docs-12447106f6c29ffdb2e5d4ee7fd3abe09a1d117d.tar.bz2
docs-12447106f6c29ffdb2e5d4ee7fd3abe09a1d117d.zip
fix typo
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