gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: whitespace


From: gnunet
Subject: [taler-docs] branch master updated: whitespace
Date: Tue, 08 Sep 2020 12:36:27 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new b90c7b2  whitespace
b90c7b2 is described below

commit b90c7b24fc95fbd78f834ec7d45760b56b3d8d3f
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Sep 8 16:06:19 2020 +0530

    whitespace
---
 core/api-merchant.rst | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 1dc1389..014b66d 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
 ------------------

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]