From 9cea8197b5a426e6e8442a15c118732e5ca06231 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 3 Oct 2016 10:32:17 +0200 Subject: defining merchant's signature for successful payments --- src/include/taler_signatures.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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 */ -- cgit v1.2.3