summaryrefslogtreecommitdiff
path: root/src/frontend/fulfillment.php
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-29 11:37:37 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-29 11:37:37 +0100
commit0663d43e919963de6c30d8f1da3f31eddd433931 (patch)
tree0a30d4fb77880b35f786351255b2415178467663 /src/frontend/fulfillment.php
parent6d7c1abd5fbf452b9e209237f3eb18ca54baccc4 (diff)
downloadmerchant-0663d43e919963de6c30d8f1da3f31eddd433931.tar.gz
merchant-0663d43e919963de6c30d8f1da3f31eddd433931.tar.bz2
merchant-0663d43e919963de6c30d8f1da3f31eddd433931.zip
changes due to #4159
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;
}