commit 0cb46cd539dc4e3262fcae642b9295d6da4722aa parent cda4ca38c09e41f6fbbbe5fa2a2de9b6af2fd818 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 20 Jul 2020 17:42:51 +0530 add missing response type Diffstat:
| M | core/api-merchant.rst | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -842,6 +842,16 @@ Payment processing :status 409 Conflict: The someone else claimed the same order ID with different nonce before. + .. ts:def:: ClaimResponse + + interface ClaimResponse { + // Contract terms of the claimed order + contract_terms: ContractTerms; + + // Signature by the merchant over the contract terms. + sig: EddsaSignature; + } + .. http:post:: /orders/$ORDER_ID/pay