From 91d03a694912fb416cadc23a2fc45d05dda2abb7 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 11 Oct 2016 18:19:59 +0200 Subject: polishing merchant's documetation --- api-common.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'api-common.rst') diff --git a/api-common.rst b/api-common.rst index f41b9a46..8b5d5910 100644 --- a/api-common.rst +++ b/api-common.rst @@ -643,6 +643,19 @@ within the :ref:`exchange's codebase `. }; +.. _TALER_PaymentResponsePS: +.. sourcecode:: c + + struct PaymentResponsePS { + /** + * purpose.purpose = TALER_SIGNATURE_MERCHANT_PAYMENT_OK + */ + struct GNUNET_CRYPTO_EccSignaturePurpose purpose; + struct GNUNET_HashCode h_contract; + }; + + +.. _TALER_ContractPS: .. sourcecode:: c struct TALER_ContractPS { @@ -654,6 +667,7 @@ within the :ref:`exchange's codebase `. struct TALER_AmountNBO total_amount; struct TALER_AmountNBO max_fee; struct GNUNET_HashCode h_contract; + struct TALER_MerchantPublicKeyP merchant_pub; }; struct TALER_ConfirmWirePS { -- cgit v1.2.3