importing a 'PS' struct from merchant
This commit is contained in:
parent
932d2b3a25
commit
34887e55eb
@ -1275,6 +1275,25 @@ struct TALER_ReserveCloseConfirmationPS
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Used by the merchant to confirm with a signature that the refund has
|
||||||
|
* been successfully done. Even though the frontend doesn't usually do crypto,
|
||||||
|
* this signature may turn useful in court.
|
||||||
|
*/
|
||||||
|
struct TALER_MerchantRefundConfirmationPS
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Set TALER_SIGNATURE_REFUND_OK.
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hashed order id; in case frontend wants to check it.
|
||||||
|
*/
|
||||||
|
struct GNUNET_HashCode h_order_id GNUNET_PACKED;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
GNUNET_NETWORK_STRUCT_END
|
GNUNET_NETWORK_STRUCT_END
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user