summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-orders-ID.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-23 22:31:53 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-23 22:31:53 +0200
commite357d772212a85243d6040e1b2344744f90101f6 (patch)
treefb57567e34f8a57071a9ce9e89562a9336e7513c /src/backend/taler-merchant-httpd_get-orders-ID.c
parent1ac2e6242fdb9ae876149e142c5d0142616aacc4 (diff)
downloadmerchant-e357d772212a85243d6040e1b2344744f90101f6.tar.gz
merchant-e357d772212a85243d6040e1b2344744f90101f6.tar.bz2
merchant-e357d772212a85243d6040e1b2344744f90101f6.zip
try to address #6498-16717
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c
index 794dbc51..63bf2886 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -1006,9 +1006,9 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh,
GNUNET_break (1 == qs);
GNUNET_free (already_paid_order_id);
}
- else
+
{
- /* Check if paid regardless of session. */
+ /* Check if paid. */
struct GNUNET_HashCode h_contract;
bool paid;