taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit f658718b949e6b649a6d10568d7214306fdf2cfc
parent 28d8c257e573502a948cd4f98f982cda8014c332
Author: Florian Dold <florian@dold.me>
Date:   Tue,  4 Apr 2023 15:41:30 +0200

-fix type

Diffstat:
Mpackages/taler-wallet-core/src/wallet-api-types.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts @@ -765,7 +765,7 @@ export type RunIntegrationTestOp = { * of the exchange and merchant. */ export type RunIntegrationTestV2Op = { - op: WalletApiOperation.RunIntegrationTest; + op: WalletApiOperation.RunIntegrationTestV2; request: IntegrationTestArgs; response: EmptyObject; };