diff options
author | priscilla <priscilla.huang@efrei.net> | 2023-02-07 09:18:58 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2023-02-07 09:19:13 -0500 |
commit | 95d712067c01eeeebe0f86e3e802eabf0379e293 (patch) | |
tree | 0d9873b9f10c6ebd5e7631239df348bd8194a917 /src/include | |
parent | 345c3418b478cc04381898e98393df550ee563c6 (diff) |
backenddb pending webhook test
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchantdb_plugin.h | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h index 9b9d1505..a1208859 100644 --- a/src/include/taler_merchantdb_plugin.h +++ b/src/include/taler_merchantdb_plugin.h @@ -420,8 +420,7 @@ typedef void typedef void (*TALER_MERCHANTDB_PendingWebhooksCallback)(void *cls, uint64_t webhook_pending_serial, - struct GNUNET_TIME_Absolute - next_attempt, + struct GNUNET_TIME_Absolute next_attempt, uint32_t retries, const char *url, const char *http_method, @@ -434,6 +433,7 @@ typedef void */ struct TALER_MERCHANTDB_PendingWebhookDetails { + /** * Identifies when we should make the next request to the webhook. 0 for unknown, * #GNUNET_TIME_UNIT_FOREVER_ABS for never. @@ -2752,22 +2752,6 @@ struct TALER_MERCHANTDB_Plugin const char *http_method, const char *header, const char *body); - - /** - * Lookup details about a particular pending webhook. - * - * @param cls closure - * @param instance_id instance to lookup webhook for - * @param webhook_serial webhook to lookup - * @param[out] pwb set to the pending webhook details on success, can be NULL - * (in that case we only want to check if the webhook exists) - * @return database result code - */ - enum GNUNET_DB_QueryStatus - (*lookup_pending_webhook)(void *cls, - const char *instance_id, - uint64_t *webhook_serial, - struct TALER_MERCHANTDB_PendingWebhookDetails *pwb); /** * Lookup the webhook that need to be send in priority. These webhooks are not successfully * send. |