taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 89602bbb777f8fb881b6727af9522f9196e2da16
parent 16e89e2fc54b4170b31cb439c06427cc2c4cfe17
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 13 Jan 2016 17:03:06 +0100

naming consistency

Diffstat:
Mapi-merchant.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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;