summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-13 17:03:06 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-13 17:03:06 +0100
commit89602bbb777f8fb881b6727af9522f9196e2da16 (patch)
tree8b3c18b584e3d5dd79332331034e5f760233c75f
parent16e89e2fc54b4170b31cb439c06427cc2c4cfe17 (diff)
downloaddocs-89602bbb777f8fb881b6727af9522f9196e2da16.tar.gz
docs-89602bbb777f8fb881b6727af9522f9196e2da16.tar.bz2
docs-89602bbb777f8fb881b6727af9522f9196e2da16.zip
naming consistency
-rw-r--r--api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index d4773aa7..e2f408f2 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -73,7 +73,7 @@ successful response to the following two calls:
// Total price for the transaction.
// The mint will subtract deposit fees from that amount
// before transfering it to the merchant.
- amount: JsonAmount;
+ amount: Amount;
// Maximum total deposit fee accepted by the merchant for this contract
max_fee: Amount;
@@ -131,7 +131,7 @@ successful response to the following two calls:
quantity?: number;
// The price of the product; this is the total price for the amount specified by `quantity`
- price: AmountJson;
+ price: Amount;
// merchant's 53-bit internal identification number for the product (optional)
product_id?: number;