summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-13 23:14:36 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-13 23:14:36 +0100
commite9490bfa94fb387093a8cbfd1a124afa4635e209 (patch)
tree15ec05c31d42e2203e279aa43ebe582599f9dbfa /src/backend
parent536122c4f13052438fdb170184c10015b6e69d4c (diff)
downloadmerchant-e9490bfa94fb387093a8cbfd1a124afa4635e209.tar.gz
merchant-e9490bfa94fb387093a8cbfd1a124afa4635e209.tar.bz2
merchant-e9490bfa94fb387093a8cbfd1a124afa4635e209.zip
-typo
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index f5b75579..ed045b48 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -631,7 +631,7 @@ phase_fetch_contract (struct GetOrderRequestContext *gorc)
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Order %s is %s (%s) according to database\n",
gorc->paid ? "paid" : "unpaid",
- gorc->wire ? "wired" : "unwired");
+ gorc->wired ? "wired" : "unwired");
gorc->phase++;
return;
}