summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-01-18 16:00:56 -0300
committerSebastian <sebasjm@gmail.com>2024-01-18 16:00:56 -0300
commit509d4b45c78cbcbefecf26ac0947d6ae21a490bd (patch)
tree185b186efbb149fc2283c5ca3336eeff8fea887a /src/backend
parenta5366e168023535867c67fa81aeff15addf184e6 (diff)
downloadmerchant-509d4b45c78cbcbefecf26ac0947d6ae21a490bd.tar.gz
merchant-509d4b45c78cbcbefecf26ac0947d6ae21a490bd.tar.bz2
merchant-509d4b45c78cbcbefecf26ac0947d6ae21a490bd.zip
fix: match PATCH otp with spec
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c2
1 files changed, 1 insertions, 1 deletions
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),