commit 2129ce8a9c40d29af128c2d919be49cc1bf661ca parent 445a69755e5418a65e7303a3b203de38a9281486 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 3 Aug 2020 10:15:06 +0200 improve title Diffstat:
| M | core/api-merchant.rst | | | 2 | ++ |
| M | taler-merchant-api-tutorial.rst | | | 6 | +++--- |
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1397,6 +1397,8 @@ Payment processing The ``h_contract`` (or the ``token`` for unclaimed orders) does not match the order. :status 404 Not found: The merchant backend is unaware of the order. + :status 406 Not Acceptable: + The merchant backend could not load the template required to generate a reply in the desired format. (Likely HTML templates were not properly installed.) .. ts:def:: StatusPaidResponse diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst @@ -154,10 +154,10 @@ https://backend.demo.taler.net/: Note that these are fictional merchants used for our demonstrators and not affiliated with or officially approved by the respective projects. -.. _Accepting-a-Simple-Payment: +.. _Merchant-Payment-Processing: -Accepting a Simple Payment -========================== +Merchant Payment Processing +=========================== .. index:: order