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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/fulfillment.php b/src/frontend/fulfillment.php
index 45fe8dbc..bc5c54cb 100644
--- a/src/frontend/fulfillment.php
+++ b/src/frontend/fulfillment.php
@@ -77,6 +77,8 @@ $my_payment = get($payments[$hc]);
if (null === $my_payment)
{
echo "<p>you do not have the session state for this contract: " . $hc . "</p>";
+ echo "<p>Asking the wallet to re-execute it ... </p>";
+ echo "<script>executePayment('$hc', '$pay_url');</script>";
return;
}