From b90c7b24fc95fbd78f834ec7d45760b56b3d8d3f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 8 Sep 2020 16:06:19 +0530 Subject: whitespace --- core/api-merchant.rst | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 1dc13890..014b66de 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1330,7 +1330,6 @@ Payment processing .. ts:def:: RefundDetails interface RefundDetails { - // Reason given for the refund reason: string; @@ -1344,7 +1343,6 @@ Payment processing .. ts:def:: TransactionWireTransfer interface TransactionWireTransfer { - // Responsible exchange exchange_url: string; @@ -1380,7 +1378,6 @@ Payment processing // Public key of the coin for which we got the exchange error. coin_pub: CoinPublicKey; - } @@ -1445,7 +1442,6 @@ Payment processing // Amount that was refunded in total. refund_amount: Amount; - } .. ts:def:: StatusGotoResponse @@ -1454,7 +1450,6 @@ Payment processing // The client should go to the fulfillment URL, it may be ready or // might have some other interesting status. fulfillment_url: string; - } .. ts:def:: StatusUnpaidResponse @@ -1470,7 +1465,6 @@ Payment processing // Alternative order ID which was paid for already in the same session. // Only given if the same product was purchased before in the same session. already_paid_order_id?: string; - } .. ts:def:: StatusGoneResponse @@ -1578,7 +1572,6 @@ Giving Refunds // hash of the order's contract terms (this is used to authenticate the // wallet/customer). h_contract: HashCode; - } .. ts:def:: WalletRefundResponse @@ -1626,7 +1619,6 @@ Giving Refunds // Amount that was refunded, including refund fee charged by the exchange // to the customer. refund_amount: Amount; - } .. ts:def:: MerchantCoinRefundSuccessStatus @@ -1661,7 +1653,6 @@ Giving Refunds // Amount that was refunded, including refund fee charged by the exchange // to the customer. refund_amount: Amount; - } @@ -1740,7 +1731,6 @@ Tracking Wire Transfers // details about the deposits deposits_sums: MerchantTrackTransferDetail[]; - } .. ts:def:: MerchantTrackTransferDetail @@ -1806,7 +1796,6 @@ Tracking Wire Transfers // Master public key of the exchange master_pub: EddsaPublicKey; - } @@ -2040,16 +2029,13 @@ Giving Customer Tips .. ts:def:: TippingReserveStatus interface TippingReserveStatus { - // Array of all known reserves (possibly empty!) reserves: ReserveStatusEntry[]; - } .. ts:def:: ReserveStatusEntry interface ReserveStatusEntry { - // Public key of the reserve reserve_pub: EddsaPublicKey; @@ -2103,7 +2089,6 @@ Giving Customer Tips .. ts:def:: ReserveDetail interface ReserveDetail { - // Timestamp when it was established creation_time: Timestamp; @@ -2143,7 +2128,6 @@ Giving Customer Tips // Human-readable reason for why the tip was granted. reason: string; - } @@ -2193,7 +2177,6 @@ Giving Customer Tips // when does the tip expire tip_expiration: Timestamp; - } @@ -2260,7 +2243,6 @@ Giving Customer Tips .. ts:def:: TipDetails interface TipDetails { - // Amount that we authorized for this tip. total_authorized: Amount; @@ -2284,7 +2266,6 @@ Giving Customer Tips .. ts:def:: PickupDetail interface PickupDetail { - // Unique identifier for the pickup operation. pickup_id: HashCode; @@ -2293,7 +2274,6 @@ Giving Customer Tips // Total amount requested for this pickup_id. requested_amount: Amount; - } @@ -2417,7 +2397,6 @@ Giving Customer Tips // coin's blinded public key coin_ev: CoinEnvelope; - } .. ts:def:: TipResponse @@ -2438,9 +2417,6 @@ Giving Customer Tips } - - - ------------------ The Contract Terms ------------------ -- cgit v1.2.3