From fe484bad864cd1a0a6600908a84a6924bb0d2a95 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 7 Sep 2020 13:00:20 +0200 Subject: document Florian's API change --- core/api-merchant.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index b73107a2..5df7e2c7 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1315,6 +1315,10 @@ Payment processing // Only given if the same product was purchased before in the same session. already_paid_order_id?: string; + // Fulfillment URL of an already paid order. Only given if under this + // session an already paid order with a fulfillment URL exists. + already_paid_fulfillment_url?: string; + // Status URL, can be used as a redirect target for the browser // to show the order QR code / trigger the wallet. order_status_url: string; -- cgit v1.2.3