summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 36cc9d81..9ba8baaa 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -957,7 +957,7 @@ Payment processing
.. http:post:: /orders/$ORDER_ID/paid
- Proof that the client previously paid for an order by providing
+ Prove that the client previously paid for an order by providing
the merchant's signature from the `payment response <PaymentResponse>`.
Typically used by the customer's wallet if it receives a request for
payment for an order that it already paid. This is more compact then
@@ -1001,8 +1001,8 @@ Payment processing
// database access).
h_contract: HashCode;
- // Session id for which the payment is proven. Optional.
- session_id?: string;
+ // Session id for which the payment is proven.
+ session_id: string;
}
.. _order-abort: