gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: fix: match PATCH otp with spec


From: gnunet
Subject: [taler-merchant] branch master updated: fix: match PATCH otp with spec
Date: Thu, 18 Jan 2024 20:01:03 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 509d4b45 fix: match PATCH otp with spec
509d4b45 is described below

commit 509d4b45c78cbcbefecf26ac0947d6ae21a490bd
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Jan 18 16:00:56 2024 -0300

    fix: match PATCH otp with spec
---
 src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c 
b/src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c
index 356b9b8a..aff85d8f 100644
--- a/src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c
+++ b/src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c
@@ -39,7 +39,7 @@ TMH_private_patch_otp_devices_ID (const struct 
TMH_RequestHandler *rh,
   enum GNUNET_DB_QueryStatus qs;
   uint32_t otp_algorithm;
   struct GNUNET_JSON_Specification spec[] = {
-    GNUNET_JSON_spec_string ("otp_description",
+    GNUNET_JSON_spec_string ("otp_device_description",
                              (const char **) &tp.otp_description),
     GNUNET_JSON_spec_uint32 ("otp_algorithm",
                              &otp_algorithm),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]