commit 9cea8197b5a426e6e8442a15c118732e5ca06231
parent f1a71f180c7bac551c8d4de2531172be561d5103
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 3 Oct 2016 10:32:17 +0200
defining merchant's signature for successful payments
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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 */