summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-01 18:01:08 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-01 18:01:08 +0100
commitbb6163e9eda287af4947e0fd7e1f66a4e9809814 (patch)
tree9e71d72f61a979348158901f040c1f75d5817c30 /src/lib
parentf020eef279b80054aa7cdfedc5482ef3f7e83051 (diff)
downloadmerchant-bb6163e9eda287af4947e0fd7e1f66a4e9809814.tar.gz
merchant-bb6163e9eda287af4947e0fd7e1f66a4e9809814.tar.bz2
merchant-bb6163e9eda287af4947e0fd7e1f66a4e9809814.zip
bugfixes
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/testing_api_cmd_check_payment.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/testing_api_cmd_check_payment.c b/src/lib/testing_api_cmd_check_payment.c
index 816dd7fe..bf4d5459 100644
--- a/src/lib/testing_api_cmd_check_payment.c
+++ b/src/lib/testing_api_cmd_check_payment.c
@@ -63,7 +63,7 @@ struct CheckPaymentState
/**
* State for a /check-payment conclude CMD.
- */
+ */
struct CheckPaymentConcludeState *cs;
/**
@@ -264,7 +264,7 @@ check_payment_cb (void *cls,
/* synchronous variant */
if (paid != cps->expect_paid)
TALER_TESTING_FAIL (cps->is);
- if (cps->http_status != http_status)
+ if (cps->expected_http_status != http_status)
TALER_TESTING_FAIL (cps->is);
TALER_TESTING_interpreter_next (cps->is);
}