summaryrefslogtreecommitdiff
path: root/src/frontend/fulfillment.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/fulfillment.php')
-rw-r--r--src/frontend/fulfillment.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/fulfillment.php b/src/frontend/fulfillment.php
index 48f441f5..f1dc5636 100644
--- a/src/frontend/fulfillment.php
+++ b/src/frontend/fulfillment.php
@@ -74,6 +74,7 @@ session_start();
$payments = get($_SESSION['payments'], array());
$my_payment = get($payments[$hc]);
+// This will keep the query parameters.
$pay_url = url_rel("pay.php");
if (null === $my_payment)