summaryrefslogtreecommitdiff
path: root/design-documents/007-payment.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-10 17:24:47 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-10 17:24:47 +0530
commitf4d412ee1149740d0c9b88022e9815f9d48603d3 (patch)
treeffca1ef10ff821fcb34d82535c0598234cd3c280 /design-documents/007-payment.rst
parent60a915b5bfe15d0f4bdbaf484ea62abdcfb4e705 (diff)
downloaddocs-f4d412ee1149740d0c9b88022e9815f9d48603d3.tar.gz
docs-f4d412ee1149740d0c9b88022e9815f9d48603d3.tar.bz2
docs-f4d412ee1149740d0c9b88022e9815f9d48603d3.zip
formatting
Diffstat (limited to 'design-documents/007-payment.rst')
-rw-r--r--design-documents/007-payment.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/design-documents/007-payment.rst b/design-documents/007-payment.rst
index c897dd0f..dd01b60f 100644
--- a/design-documents/007-payment.rst
+++ b/design-documents/007-payment.rst
@@ -82,7 +82,8 @@ The merchant backend runs the following steps to generate the
{backendBaseUrl}/orders/{order-ID}?h_contract={contract-hash}&session_id={session-ID}
- together with the status *unpaid*. (If *session-ID* is null, it does not matter for which session the contract was paid.) **Terminate.**
+ together with the status *unpaid*. (If *session-ID* is null, it does not
+ matter for which session the contract was paid.) **Terminate.**
6. Here *order-ID* must now identify an order that is *paid* or *refunded*. Obtain the contract terms hash *contract-hash* and return the URL
@@ -90,7 +91,8 @@ The merchant backend runs the following steps to generate the
{backendBaseUrl}/orders/{order-ID}?h_contract={contract-hash}&session_id={session-ID}
- together with the status *paid* or *refunded* (and if applicable, with details about the applied refunds). **Terminate.**
+ together with the status *paid* or *refunded* (and if applicable, with
+ details about the applied refunds). **Terminate.**