commit b6b7063ecfc8ea186dea317f1ced6892fe15cbf7 parent b0c905dfc1270a8e6fa578dbcbdda14448546e7e Author: Florian Dold <florian.dold@gmail.com> Date: Sun, 11 Mar 2018 14:02:36 +0100 doc: remove obsolete JS APIs Diffstat:
| M | doc/merchant-api.content.texi | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/doc/merchant-api.content.texi b/doc/merchant-api.content.texi @@ -631,14 +631,6 @@ Add a callback to be called when support for Taler payments is detected. @item onAbsent(callback: () => void) Add a callback to be called when support for Taler payments is disabled. -@item pay(@{contract_url: string, offer_url: string@}) -Results in the same action as a @code{402 Payment Required} with @code{contract_url} in -the @code{X-Taler-Contract-Url} header and @code{offer_url} in the @code{X-Taler-Payment-Url} header. - -@item refund(refund_url: string) -Results in the same action as a @code{402 Payment Required} with @code{refund_url} in -the @code{X-Taler-Refund-Url} header. - @end table @node Stylesheet-based presence detection