summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_pay.c')
-rw-r--r--src/lib/merchant_api_pay.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c
index 5407ffcc..8d473564 100644
--- a/src/lib/merchant_api_pay.c
+++ b/src/lib/merchant_api_pay.c
@@ -411,11 +411,11 @@ handle_pay_finished (void *cls,
break;
case MHD_HTTP_OK:
if (GNUNET_OK ==
- check_abort_refund (ph,
- json))
+ check_abort_refund (ph,
+ json))
{
- TALER_MERCHANT_pay_cancel (ph);
- return;
+ TALER_MERCHANT_pay_cancel (ph);
+ return;
}
response_code = 0;
break;