merchant-frontend-examples

ZZZ: Inactive/Deprecated
Log | Files | Refs

commit b82ebf66ffaf8016064211db949d9782b19b0df4
parent a19d3c3ef6d3a09ac18604a02c6091ef6b8843dc
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 29 Jun 2017 18:31:58 +0200

user tipping

Diffstat:
Mpython/doc/Makefile | 2+-
Mpython/doc/tutorial.texi | 5+++++
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/python/doc/Makefile b/python/doc/Makefile @@ -4,7 +4,7 @@ tutorial.pdf: arch.pdf tutorial.texi texi2pdf tutorial.texi tutorial.html: arch.jpg tutorial.texi - texi2html tutorial.texi + texi2any --html --no-split --css-ref=docstyle.css --css-ref=brown-paper.css tutorial.texi arch.pdf: cp ../../common/graphics/arch_nobo.pdf . diff --git a/python/doc/tutorial.texi b/python/doc/tutorial.texi @@ -2,6 +2,7 @@ @c %**start of header @setfilename tutorial.info @include version.texi +@include syntax.texi @settitle The GNU Taler tutorial for Python Web shop developers @value{VERSION} @c Define a new index for options. @@ -522,6 +523,10 @@ The following headers for @code{402 Payment Required} are recognized by Taler an @item X-Taler-Refund-Url If this header present, the value of this header must be a URL that the user agent can use to request and process refunds. +@item X-Taler-User-Tipping-Url +If this header present, the value of this header must be a URL that the user agent can use to obtain tips (small, non-binding +financial rewards) payed from the merchant to the user's wallet. + @item X-Taler-Contract-Url If there is no associated proposal, the user agent will fetch a proposal from this URL and process it. This typically prompts the user to agree to pay.