taler-docs

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

commit 2f285ace2fcdc7993f8191716cfbbf7eb9466245
parent 9f761f4cf77dea1c39bb06736a50a11c88a10807
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 25 Jan 2016 14:49:41 +0100

removing check digit from test IBAN

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

diff --git a/api-bank.rst b/api-bank.rst @@ -39,10 +39,10 @@ involved. tid: number; // The recipient's account identificator. For this testing purpose, the - // account format will just be the normal IBAN format having the token "TEST" - // in place of the country code. For instance, if "SA03 8000 0000 6080 1016 7519" - // were a valid Saudi Arabian IBAN, then "TEST03 8000 0000 6080 1016 7519" would - // be a correct test account number as well. + // account format will the normal IBAN format having the token "TEST" + // in place of the country code and having the check digit removed. For instance, + // if "SA03 8000 0000 6080 1016 7519" were a valid Saudi Arabian IBAN, then + // "TEST 8000 0000 6080 1016 7519" would be a correct test account number as well. account: string; }