From 932d2b3a25e12c4df4c5a341fcf1e75c5d25e967 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 5 Jul 2017 09:33:08 +0200 Subject: signature macro to confirm refunds --- src/include/taler_signatures.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/taler_signatures.h') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 9699e68a4..ed680bcf9 100644 --- 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 */ -- cgit v1.2.3