gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (b4c33a3 -> dd7e2f9)


From: gnunet
Subject: [taler-docs] branch master updated (b4c33a3 -> dd7e2f9)
Date: Fri, 19 Mar 2021 19:28:09 +0100

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

ttn pushed a change to branch master
in repository docs.

    from b4c33a3  add period at end of sentence (three instances)
     new 9e8c67f  remove spurious article
     new eec2d14  capitalize first word in sentence; add period at end of 
sentence (two instances)
     new 3008020  downcase ‘bank’ (two instances)
     new 44396ec  capitalize first word in sentence
     new a8da291  mark up ‘payto’
     new af19404  change markup of ‘payto’ from ' to ``
     new 746a2c9  change markup of ‘transfer_done’ from ' to ``
     new dd7e2f9  mark up ‘false’

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/api-bank-integration.rst | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
index 07299d6..2864fbf 100644
--- a/core/api-bank-integration.rst
+++ b/core/api-bank-integration.rst
@@ -28,7 +28,7 @@ to tightly integrate with GNU Taler.
 
 .. http:get:: /config
 
-  Get a configuration information about the bank.
+  Get configuration information about the bank.
 
   **Request:**
 
@@ -48,10 +48,10 @@ to tightly integrate with GNU Taler.
       // The format is "current:revision:age".
       version: string;
 
-      // currency used by this bank
+      // Currency used by this bank.
       currency: string;
 
-      // name of the API
+      // Name of the API.
       name: "taler-bank-integration";
     }
 
@@ -61,8 +61,8 @@ Withdrawing
 -----------
 
 Withdrawals with a Taler-integrated bank are based on withdrawal operations.
-Some user interaction (on the Bank's website or a Taler-enabled ATM) creates a
-withdrawal operation record in the Bank's database.  The wallet can use a 
unique identifier
+Some user interaction (on the bank's website or a Taler-enabled ATM) creates a
+withdrawal operation record in the bank's database.  The wallet can use a 
unique identifier
 for the withdrawal operation (the ``wopid``) to interact with the withdrawal 
operation.
 
 .. http:get:: ${BANK_API_BASE_URL}/withdrawal-operation/${wopid}
@@ -87,7 +87,7 @@ for the withdrawal operation (the ``wopid``) to interact with 
the withdrawal ope
   .. ts:def:: BankWithdrawalOperationStatus
 
     export class BankWithdrawalOperationStatus {
-      // has the wallet selected parameters for the withdrawal operation
+      // Has the wallet selected parameters for the withdrawal operation
       // (exchange and reserve public key) and successfully sent it
       // to the bank?
       selection_done: boolean;
@@ -101,7 +101,7 @@ for the withdrawal operation (the ``wopid``) to interact 
with the withdrawal ope
       amount: Amount;
 
       // Bank account of the customer that is withdrawing, as a
-      // payto URI.
+      // ``payto`` URI.
       sender_wire?: string;
 
       // Suggestion for an exchange given by the bank.
@@ -136,7 +136,7 @@ for the withdrawal operation (the ``wopid``) to interact 
with the withdrawal ope
       // Reserve public key.
       reserve_pub: string;
 
-      // Exchange bank details specified in the 'payto'
+      // Exchange bank details specified in the ``payto``
       // format.  NOTE: this field is optional, therefore
       // the bank will initiate the withdrawal with the
       // default exchange, if not given.
@@ -154,7 +154,6 @@ for the withdrawal operation (the ``wopid``) to interact 
with the withdrawal ope
       // URL that the user needs to navigate to in order to
       // complete some final confirmation (e.g. 2FA).
       //
-      // Only applicable when 'transfer_done' is false.
+      // Only applicable when ``transfer_done`` is ``false``.
       confirm_transfer_url?: string;
     }
-

-- 
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]