aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-10 17:30:38 +0200
committerFlorian Dold <florian@dold.me>2023-05-10 17:30:42 +0200
commit6308c7ea6ba195199ee413c6c485321a013a514a (patch)
treeac11e8e65c03766f96a8299cedd9e848dc8b1851 /packages/taler-wallet-core/src/wallet-api-types.ts
parentcb535460350bd510dd4b2b7d6bc3c6ec5f5bcdf1 (diff)
downloadwallet-core-6308c7ea6ba195199ee413c6c485321a013a514a.tar.xz
wallet-core: return txid when starting refund via URI
Diffstat (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index f0da6059f..d8424494b 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -110,6 +110,7 @@ import {
WithdrawFakebankRequest,
WithdrawTestBalanceRequest,
WithdrawUriInfoResponse,
+ StartRefundQueryForUriResponse,
} from "@gnu-taler/taler-util";
import { AuditorTrustRecord, WalletContractData } from "./db.js";
import {
@@ -438,7 +439,7 @@ export type ConfirmPayOp = {
export type StartRefundQueryForUriOp = {
op: WalletApiOperation.StartRefundQueryForUri;
request: PrepareRefundRequest;
- response: EmptyObject;
+ response: StartRefundQueryForUriResponse;
};
export type StartRefundQueryOp = {