This commit is contained in:
Özgür Kesim 2023-03-13 09:08:22 +01:00
parent 6a3da22546
commit 2cca5dff2a
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7

View File

@ -202,12 +202,13 @@ executive_totp (void *h_key,
/** /**
* It is build pos confirmation to verify payment. * @brief Builds POS confirmation to verify payment.
* *
* @param pos_key base32 (RFC 3548, not Crockford!) encoded key for verification payment * @param pos_key base32 (RFC 3548, not Crockford!) encoded key for verification payment
* @param pos_alg algorithm to compute the payment verification * @param pos_alg algorithm to compute the payment verification
* @param total of the order paid * @param total of the order paid
* @param ts is the current time given * @param ts is the current time given
* @return Token on success, NULL of failure
*/ */
char * char *
TALER_build_pos_confirmation (const char *pos_key, TALER_build_pos_confirmation (const char *pos_key,