summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-25 22:57:27 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-25 22:57:27 +0100
commit919b293070ac5ce443f68a25eacefeb3663aec0e (patch)
tree68a41d17b693f09374b62ccfc394cf0b12c7c092 /core/api-merchant.rst
parent6570cab515e073fad4b7bf8f5ada4bb4cff12788 (diff)
downloaddocs-919b293070ac5ce443f68a25eacefeb3663aec0e.tar.gz
docs-919b293070ac5ce443f68a25eacefeb3663aec0e.tar.bz2
docs-919b293070ac5ce443f68a25eacefeb3663aec0e.zip
fix typos
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index fd8bb583..a1c99038 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -156,7 +156,7 @@ Dynamic Merchant Instances
default_max_wire_fee: Amount;
// Default factor for wire fee amortization calculations.
- // Can be overriden by the frontend on a per-order basis.
+ // Can be overridden by the frontend on a per-order basis.
default_wire_fee_amortization: Integer;
// Maximum deposit fee (sum over all coins) this instance is willing to pay.
@@ -216,7 +216,7 @@ Dynamic Merchant Instances
default_max_wire_fee: Amount;
// Default factor for wire fee amortization calculations.
- // Can be overriden by the frontend on a per-order basis.
+ // Can be overridden by the frontend on a per-order basis.
default_wire_fee_amortization: Integer;
// Maximum deposit fee (sum over all coins) this instance is willing to pay.
@@ -271,7 +271,7 @@ Dynamic Merchant Instances
default_max_wire_fee: Amount;
// Default factor for wire fee amortization calculations.
- // Can be overriden by the frontend on a per-order basis.
+ // Can be overridden by the frontend on a per-order basis.
default_wire_fee_amortization: Integer;
// Maximum deposit fee (sum over all coins) this instance is willing to pay.
@@ -316,7 +316,7 @@ Dynamic Merchant Instances
or purge merchant instance in the backend. Purging will
delete all offers and payments associated with the instance,
while disabling (the default) only deletes the private key
- and makes the instance unusuable for new orders or payments.
+ and makes the instance unusable for new orders or payments.
**Request:**
@@ -664,7 +664,7 @@ Payment processing
A different proposal already exists under the specified order ID.
:status 410 Gone:
The order given used products from the inventory that are out of stock.
- The reponse is a :ts:type:`OutOfStockResponse`.
+ The response is a :ts:type:`OutOfStockResponse`.
.. ts:def:: PostOrderRequest
@@ -1238,7 +1238,7 @@ Payment processing
.. http:get:: /private/orders/$ORDER_ID
- Merchant checks the payment status of an order. If the order exists but is not payed
+ Merchant checks the payment status of an order. If the order exists but is not paid
and not claimed yet, the response provides a redirect URL. When the user goes to this URL,
they will be prompted for payment. Differs from the ``/public/`` API both
in terms of what information is returned and in that the wallet must provide
@@ -1377,7 +1377,7 @@ Payment processing
// execution time of the wire transfer
execution_time: Timestamp;
- // Total amount that has been wire transfered
+ // Total amount that has been wire transferred
// to the merchant
amount: Amount;
@@ -2639,7 +2639,7 @@ The `Product` object describes the product being purchased from the merchant. It
.. ts:def:: Location
- // Delivery location, losely modeled as a subset of
+ // Delivery location, loosely modeled as a subset of
// ISO20022's PostalAddress25.
interface Location {
// Nation with its own government.