From 09f63c870ae3cf22bb3946ad89944a3d96f65032 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 23 Dec 2021 00:58:51 -0500 Subject: Use :http:METHOD:ENDPOINT syntax in intro blurb This is a followup change to 2021-12-22, "Convert ":http:host:ENDPOINT" syntax into simple "POST ENDPOINT" text". The idea is that, even though we want to avoid "broken" references, we *do* want to have some linkable reference towards the beginning of the text, as a convenience to the reader. The reader then understands (hopefully) that the ENDPOINTs mentioned later are actually included in the linked references in the intro. --- taler-nfc-guide.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'taler-nfc-guide.rst') diff --git a/taler-nfc-guide.rst b/taler-nfc-guide.rst index 98b481c2..fbc7a9e7 100644 --- a/taler-nfc-guide.rst +++ b/taler-nfc-guide.rst @@ -22,7 +22,8 @@ Background: Payment Processing with GNU Taler The following steps show a simple payment process with GNU Taler. Examples are written in `Bash `_ syntax, using `curl `_ to make HTTP(S) requests. - +They make use of the :http:post:`[/instances/$INSTANCE]/private/orders` +and :http:get:`[/instances/$INSTANCE]/private/orders` endpoints. 1. The merchant creates an *order*, which contains the details of the payment and the product/service that the customer will receive. -- cgit v1.2.3