taler-docs

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

commit ec36a2cfe8a5f83b21e5f36abb0a281a123dca22
parent 06acefdbc755afcad14a02202b674f7b68b9b78c
Author: Florian Dold <florian@dold.me>
Date:   Tue,  4 Apr 2023 15:41:58 +0200

update wallet-core API docs

Diffstat:
Mwallet/wallet-core.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md @@ -1980,11 +1980,11 @@ export type RunIntegrationTestOp = { * of the exchange and merchant. */ export type RunIntegrationTestV2Op = { - op: WalletApiOperation.RunIntegrationTest; + op: WalletApiOperation.RunIntegrationTestV2; request: IntegrationTestArgs; response: EmptyObject; }; -// RunIntegrationTest = "runIntegrationTest" +// RunIntegrationTestV2 = "runIntegrationTestV2" ```