commit 16969c4eab5cf024fc74ae41a3f45bee208b3885 parent acfc24ff3c3c7804415588d73d849dd1110acfb2 Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 26 Aug 2016 15:46:28 +0200 match contract examples Diffstat:
| M | articles/ui/figs/taler-contract.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/articles/ui/figs/taler-contract.html b/articles/ui/figs/taler-contract.html @@ -1,6 +1,6 @@ <script src="taler-wallet-lib.js"></script> <script> - taler.offerContractFrom("https://myshop/products/article/42", (err) => { + taler.offerContractFrom("https://shop/generate-contract/42", (err) => { alert("Error while offering contract"); }); </script>