diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-03 10:32:17 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-03 10:32:17 +0200 |
commit | 9cea8197b5a426e6e8442a15c118732e5ca06231 (patch) | |
tree | 224de10cefead50f62c0696fda2c94ad2abb0dd3 /src/include | |
parent | f1a71f180c7bac551c8d4de2531172be561d5103 (diff) |
defining merchant's signature for successful payments
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_signatures.h | 6 |
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 */ |