diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-11-29 08:20:03 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-11-29 08:20:27 -0500 |
commit | ad99fc41cd3059d2b954a0096304c2118ff57e11 (patch) | |
tree | 779a92ed388fdffe3bb370cb4b04b1224f974db8 /src/backend/taler-merchant-httpd_private-patch-webhooks-ID.c | |
parent | 99211b460908a829711df078d87044fc302d7aaf (diff) |
update
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-patch-webhooks-ID.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-patch-webhooks-ID.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-patch-webhooks-ID.c b/src/backend/taler-merchant-httpd_private-patch-webhooks-ID.c index af93e96a..3144687b 100644 --- a/src/backend/taler-merchant-httpd_private-patch-webhooks-ID.c +++ b/src/backend/taler-merchant-httpd_private-patch-webhooks-ID.c @@ -107,7 +107,7 @@ TMH_private_patch_webhooks_ID (const struct TMH_RequestHandler *rh, { struct TMH_MerchantInstance *mi = hc->instance; const char *webhook_id = hc->infix; - struct TALER_MERCHANTDB_WebhookDetails tp = {0}; + struct TALER_MERCHANTDB_WebhookDetails wb = {0}; enum GNUNET_DB_QueryStatus qs; struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_string ("event_type", |