summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-10 16:04:30 +0200
committerMS <ms@taler.net>2020-09-10 16:04:30 +0200
commit26ff9653ab5a67847cecf0b225a18a48e2f76b7a (patch)
tree0180bf54c6b4f9403e6d142f5b97222bc32a3dea /src/backend
parenta29e81dd6356a9897c6eb299feee80a173f60562 (diff)
downloadmerchant-26ff9653ab5a67847cecf0b225a18a48e2f76b7a.tar.gz
merchant-26ff9653ab5a67847cecf0b225a18a48e2f76b7a.tar.bz2
merchant-26ff9653ab5a67847cecf0b225a18a48e2f76b7a.zip
comment
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index a491a9e0..0b3bf500 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -686,7 +686,7 @@ patch_order (struct MHD_Connection *connection,
GNUNET_JSON_from_time_abs (now)));
}
- /* If no refund_deadline given, set one as zero. */
+ /* If no refund_deadline given, set one based on refund_delay. */
if (NULL == json_object_get (order,
"refund_deadline"))
{