summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_orders.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_get_orders.c')
-rw-r--r--src/lib/merchant_api_get_orders.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/merchant_api_get_orders.c b/src/lib/merchant_api_get_orders.c
index c9585799..10989b69 100644
--- a/src/lib/merchant_api_get_orders.c
+++ b/src/lib/merchant_api_get_orders.c
@@ -96,6 +96,8 @@ parse_orders (const json_t *ia,
&ie->summary),
GNUNET_JSON_spec_bool ("refundable",
&ie->refundable),
+ GNUNET_JSON_spec_bool ("paid",
+ &ie->paid),
GNUNET_JSON_spec_end ()
};