summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-03-11 14:02:36 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-03-11 14:02:36 +0100
commitb6b7063ecfc8ea186dea317f1ced6892fe15cbf7 (patch)
treec0c699cbca2809faf20a893ff6f4fcc35585d14e /doc
parentb0c905dfc1270a8e6fa578dbcbdda14448546e7e (diff)
downloadmerchant-b6b7063ecfc8ea186dea317f1ced6892fe15cbf7.tar.gz
merchant-b6b7063ecfc8ea186dea317f1ced6892fe15cbf7.tar.bz2
merchant-b6b7063ecfc8ea186dea317f1ced6892fe15cbf7.zip
doc: remove obsolete JS APIs
Diffstat (limited to 'doc')
-rw-r--r--doc/merchant-api.content.texi8
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