diff options
Diffstat (limited to 'src/backenddb')
-rw-r--r-- | src/backenddb/plugin_merchantdb_postgres.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index 52ff3cd0..6ba5a638 100644 --- a/src/backenddb/plugin_merchantdb_postgres.c +++ b/src/backenddb/plugin_merchantdb_postgres.c @@ -7622,6 +7622,7 @@ struct LookupPendingWebhookContext bool extract_failed; }; + /** * Function to be called with the results of a SELECT statement * that has returned @a num_results results about webhook. @@ -7823,7 +7824,7 @@ postgres_lookup_all_webhooks (void *cls, * Update the pending webhook. It is use if the webhook can't be send. * * @param cls closure - * @param pending_webhook_serial pending_webhook that need to be update + * @param webhook_pending_serial pending_webhook that need to be update * @param next_attempt when to try the webhook next * @return database result code */ |