summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-patch-products-ID.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-patch-products-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-patch-products-ID.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd_private-patch-products-ID.c b/src/backend/taler-merchant-httpd_private-patch-products-ID.c
index 6bbaba2a..e8c08359 100644
--- a/src/backend/taler-merchant-httpd_private-patch-products-ID.c
+++ b/src/backend/taler-merchant-httpd_private-patch-products-ID.c
@@ -147,8 +147,8 @@ TMH_private_patch_products_ID (const struct TMH_RequestHandler *rh,
&total_stock),
GNUNET_JSON_spec_uint64 ("total_lost",
&pd.total_lost),
- GNUNET_JSON_spec_absolute_time ("next_restock",
- &pd.next_restock),
+ TALER_JSON_spec_absolute_time ("next_restock",
+ &pd.next_restock),
GNUNET_JSON_spec_end ()
};
@@ -175,8 +175,8 @@ TMH_private_patch_products_ID (const struct TMH_RequestHandler *rh,
{
enum GNUNET_GenericReturnValue res;
struct GNUNET_JSON_Specification spec[] = {
- GNUNET_JSON_spec_absolute_time ("next_restock",
- &pd.next_restock),
+ TALER_JSON_spec_absolute_time ("next_restock",
+ &pd.next_restock),
GNUNET_JSON_spec_end ()
};