diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-03-11 14:02:36 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-03-11 14:02:36 +0100 |
commit | b6b7063ecfc8ea186dea317f1ced6892fe15cbf7 (patch) | |
tree | c0c699cbca2809faf20a893ff6f4fcc35585d14e /doc | |
parent | b0c905dfc1270a8e6fa578dbcbdda14448546e7e (diff) |
doc: remove obsolete JS APIs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/merchant-api.content.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/merchant-api.content.texi b/doc/merchant-api.content.texi index b14427f6..5ebb200d 100644 --- 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 |