taler-docs

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

commit 2c33a9632340e68541301107fc594a67ce74b85d
parent 08092828cd5de38c2ab46743c05f261380065b37
Author: Florian Dold <florian@dold.me>
Date:   Mon,  4 Sep 2023 10:23:38 +0200

merchant API: remove wrong fields from acct create request

Diffstat:
Mcore/api-merchant.rst | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1376,12 +1376,6 @@ into any of the active bank accounts of an instance. // payto:// URI of the account. payto_uri: string; - // Hash over the wire details (including over the salt). - h_wire: HashCode; - - // Salt used to compute h_wire. - salt: HashCode; - // URL from where the merchant can download information // about incoming wire transfers to this account. credit_facade_url?: string;