summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/taler_signatures.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 09df98b26..b6dd243f2 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -153,6 +153,12 @@
*/
#define TALER_SIGNATURE_MERCHANT_TRACK_TRANSACTION 1103
+/**
+ * Signature where the merchant confirms that the payment was
+ * successful
+ */
+#define TALER_SIGNATURE_MERCHANT_PAYMENT_OK 1104
+
/*********************/
/* Wallet signatures */