taler-docs

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

commit 0aaa9756b03c0562d1b7a78f4e0f29e1f078a0f9
parent 3866b12410c94fa7c811adfbc89554911a76934d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 31 Mar 2016 17:39:22 +0200

aligning to #4354

Diffstat:
Mintegration-bank.rst | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/integration-bank.rst b/integration-bank.rst @@ -61,10 +61,12 @@ The event data must be a `CreateReserveDetail`_: // amount_currency // reserve_pub // exchange + // type ("TEST" or "SEPA") + // account_number (which account number has this exchange at this bank) callback_url: string; // list of wire transfer types supported by the bank - // e.g. "SEPA", "test" + // e.g. "SEPA", "TEST" wt_types: Array<string> }