summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-22 14:55:33 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-22 14:55:33 +0530
commitc6f93351aaa881f1fb4a8c3fb6e7b1065addd857 (patch)
tree8021cb9951fd7e31119f073cb1efb7938fcf5bb6
parent75436c0b6b818938fd7bda0521a5b0fbb9a21bdb (diff)
downloaddocs-c6f93351aaa881f1fb4a8c3fb6e7b1065addd857.tar.gz
docs-c6f93351aaa881f1fb4a8c3fb6e7b1065addd857.tar.bz2
docs-c6f93351aaa881f1fb4a8c3fb6e7b1065addd857.zip
fix typo
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index cfb56ef8..e1de4a66 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1393,7 +1393,7 @@ Payment processing
// Amount that was refunded, including refund fee charged by the exchange
// to the customer.
- refund_amout: Amount;
+ refund_amount: Amount;
}
@@ -1426,7 +1426,7 @@ Payment processing
// Amount that was refunded, including refund fee charged by the exchange
// to the customer.
- refund_amout: Amount;
+ refund_amount: Amount;
}