commit c6f93351aaa881f1fb4a8c3fb6e7b1065addd857
parent 75436c0b6b818938fd7bda0521a5b0fbb9a21bdb
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 22 Jul 2020 14:55:33 +0530
fix typo
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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;
}