summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-19 16:09:44 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-19 16:09:44 +0200
commit99307c1e59583261947c8eee137c8c8bcf36e28d (patch)
treef453832054103b0d67cc7dc7fbc2c67e3f604335 /src/backend
parent6f0813ade5c844c30314047781ac8348da9467c3 (diff)
downloadmerchant-99307c1e59583261947c8eee137c8c8bcf36e28d.tar.gz
merchant-99307c1e59583261947c8eee137c8c8bcf36e28d.tar.bz2
merchant-99307c1e59583261947c8eee137c8c8bcf36e28d.zip
finishing with /refund handlers
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_refund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_refund.c b/src/backend/taler-merchant-httpd_refund.c
index f690c5e4..e731cf50 100644
--- a/src/backend/taler-merchant-httpd_refund.c
+++ b/src/backend/taler-merchant-httpd_refund.c
@@ -227,7 +227,7 @@ MH_handler_refund_increase (struct TMH_RequestHandler *rh,
}
/**
- * FIXME: return to the frontend. The frontend will then return
+ * Return to the frontend at this point. The frontend will then return
* a "402 Payment required" carrying a "X-Taler-Refund-Url: www"
* where 'www' is the URL where the wallet can automatically fetch
* the refund permission.