summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-05 09:33:08 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-05 09:33:23 +0200
commit932d2b3a25e12c4df4c5a341fcf1e75c5d25e967 (patch)
tree6bae6d2de1645b3867d3a4efd7b1ba06a1c7cd22 /src/include
parent5d6dfde04413dd08d3056a724ace0cb6c99d4117 (diff)
downloadexchange-932d2b3a25e12c4df4c5a341fcf1e75c5d25e967.tar.gz
exchange-932d2b3a25e12c4df4c5a341fcf1e75c5d25e967.tar.bz2
exchange-932d2b3a25e12c4df4c5a341fcf1e75c5d25e967.zip
signature macro to confirm refunds
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_signatures.h5
1 files changed, 5 insertions, 0 deletions
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 */