commit 9e130666efa8e524e1d19848a9fa7716595a966c parent 971a47b682fbf607bc2ed3bcb72123fbf91d1126 Author: Florian Dold <florian.dold@gmail.com> Date: Thu, 5 Sep 2019 18:25:10 +0200 no more trigger pay api Diffstat:
| M | core/api-merchant.rst | | | 7 | ++----- |
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -23,6 +23,8 @@ Merchant Backend API ==================== +.. contents:: Table of Contents + ------------------ Receiving Payments ------------------ @@ -1187,8 +1189,3 @@ both by the user's browser and their wallet. merchant_sig: EddsaSignature; } - -.. http:get:: /public/trigger-pay - - Used to trigger processing of payments, refunds and tips in the browser. The exact behavior - can be dependent on the user's browser.