merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit b21e20f96e8906bed35b93c0bb3f6192778629f7
parent a6288a28425269951d0648953020f1205d3fa10d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 21 May 2020 23:08:05 +0200

fix ftbfs

Diffstat:
Msrc/include/taler_merchantdb_plugin.h | 30------------------------------
1 file changed, 0 insertions(+), 30 deletions(-)

diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h @@ -1751,36 +1751,6 @@ struct TALER_MERCHANTDB_Plugin * @param cls closure, typically a connection to the db * @param instance_id which instance should we lookup tip details for * @param tip_id which tip should we lookup details on - * @param[out] total_authorized amount how high is the tip (with fees) - * @param[out] total_picked_up how much of the tip was so far picked up (with fees) - * @param[out] expiration set to when the tip expires - * @param[out] exchange_url set to the exchange URL where the reserve is - * @param[out] reserve_priv set to private key of reserve to be debited - * @return transaction status, - * #TALER_EC_TIP_AUTHORIZE_RESERVE_EXPIRED if the reserve is known but has expired - * #TALER_EC_TIP_AUTHORIZE_RESERVE_UNKNOWN if the reserve is not known - * #TALER_EC_TIP_AUTHORIZE_INSUFFICIENT_FUNDS if the reserve has insufficient funds left - * #TALER_EC_TIP_AUTHORIZE_DB_HARD_ERROR on hard DB errors - * #TALER_EC_TIP_AUTHORIZE_DB_SOFT_ERROR on soft DB errors (client should retry) - * #TALER_EC_NONE upon success - */ - enum TALER_ErrorCode - (*lookup_tip)(void *cls, - const char *instance_id, - const struct GNUNET_HashCode tip_id, - struct TALER_Amount *total_authorized, - struct TALER_Amount *total_picked_up, - struct GNUNET_TIME_Absolute *expiration, - char **exchange_url, - struct TALER_ReservePrivateKeyP *reserve_priv); - - - /** - * Lookup tip details for tip @a tip_id. - * - * @param cls closure, typically a connection to the db - * @param instance_id which instance should we lookup tip details for - * @param tip_id which tip should we lookup details on * @param fpu should we fetch details about individual pickups * @param[out] total_authorized amount how high is the tip (with fees) * @param[out] total_picked_up how much of the tip was so far picked up (with fees)