commit 739dacd350c3c0d7fa5943fea915b4c87b6a46c5
parent 140093bc51b4689b2c45261d2164b1e877fecf99
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Sun, 20 Nov 2016 23:22:53 +0100
Give real offer-url
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/php/fulfillment.php b/php/fulfillment.php
@@ -35,6 +35,6 @@
http_response_code(402);
header('X-Taler-Contract-Hash: ' . $body->H_contract);
header('X-Taler-Pay-Url: ' . url_rel("/pay.php"));
- header('X-Taler-Offer-Url: ' . '/fixme');
+ header('X-Taler-Offer-Url: ' . url_rel('/generate-contract.php'));
return;
?>