taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit fe484bad864cd1a0a6600908a84a6924bb0d2a95
parent 7de6396e23e3c8f9bc2993846f0637570b0b11dc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  7 Sep 2020 13:00:20 +0200

document Florian's API change

Diffstat:
Mcore/api-merchant.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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;