taler-docs

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

commit 300802030f36f5c67ff8aa1dd2c495817268e7d5
parent eec2d140ee5882869e04dbe48aeed1cd72e88a02
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 14:23:49 -0400

downcase ‘bank’ (two instances)

Diffstat:
Mcore/api-bank-integration.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst @@ -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}