summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_product.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_get_product.c')
-rw-r--r--src/lib/merchant_api_get_product.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/merchant_api_get_product.c b/src/lib/merchant_api_get_product.c
index e9263b07..bc83c861 100644
--- a/src/lib/merchant_api_get_product.c
+++ b/src/lib/merchant_api_get_product.c
@@ -132,8 +132,8 @@ handle_get_product_finished (void *cls,
"next_restock"))
{
struct GNUNET_JSON_Specification spect[] = {
- GNUNET_JSON_spec_absolute_time ("next_restock",
- &next_restock),
+ TALER_JSON_spec_absolute_time ("next_restock",
+ &next_restock),
GNUNET_JSON_spec_end ()
};