properly document TALER_SIGNATURE_MERCHANT_REFUND_OK

This commit is contained in:
Christian Grothoff 2017-11-30 11:21:51 +01:00
parent 499247a480
commit 78b77ee8d5
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1279,12 +1279,13 @@ struct TALER_ReserveCloseConfirmationPS
struct TALER_MerchantRefundConfirmationPS struct TALER_MerchantRefundConfirmationPS
{ {
/** /**
* Set TALER_SIGNATURE_REFUND_OK. * Set to #TALER_SIGNATURE_MERCHANT_REFUND_OK.
*/ */
struct GNUNET_CRYPTO_EccSignaturePurpose purpose; struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
/** /**
* Hashed order id; in case frontend wants to check it. * Hashed order id; in case frontend wants to check it.
* Hashed without the 0-termination.
*/ */
struct GNUNET_HashCode h_order_id GNUNET_PACKED; struct GNUNET_HashCode h_order_id GNUNET_PACKED;