summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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