commit 932d2b3a25e12c4df4c5a341fcf1e75c5d25e967 parent 5d6dfde04413dd08d3056a724ace0cb6c99d4117 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Wed, 5 Jul 2017 09:33:08 +0200 signature macro to confirm refunds Diffstat:
| M | src/include/taler_signatures.h | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h @@ -173,6 +173,11 @@ */ #define TALER_SIGNATURE_MERCHANT_PAYMENT_OK 1104 +/** + * Signature where the merchant confirms a refund increase + */ +#define TALER_SIGNATURE_MERCHANT_REFUND_OK 1105 + /*********************/ /* Wallet signatures */