summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-07 11:59:37 +0100
committerFlorian Dold <florian@dold.me>2023-12-07 11:59:37 +0100
commit1fb9f1eb55a9648614b66cdbac6e2052cf705223 (patch)
tree66af569ba84c46cf258bf631b03a037537143885 /packages/taler-wallet-core/src/operations
parent79809b22f0f395c6a2324e059e82e94a1b0e1955 (diff)
downloadwallet-core-1fb9f1eb55a9648614b66cdbac6e2052cf705223.tar.gz
wallet-core-1fb9f1eb55a9648614b66cdbac6e2052cf705223.tar.bz2
wallet-core-1fb9f1eb55a9648614b66cdbac6e2052cf705223.zip
wallet-core: deprecate peerPushCreditId field
Diffstat (limited to 'packages/taler-wallet-core/src/operations')
-rw-r--r--packages/taler-wallet-core/src/operations/testing.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/operations/testing.ts b/packages/taler-wallet-core/src/operations/testing.ts
index 1981519f1..b30c5f80b 100644
--- a/packages/taler-wallet-core/src/operations/testing.ts
+++ b/packages/taler-wallet-core/src/operations/testing.ts
@@ -684,7 +684,7 @@ export async function runIntegrationTest2(
type: TalerUriAction.PayPush,
exchangeBaseUrl: peerPushInit.exchangeBaseUrl,
contractPriv: peerPushInit.contractPriv,
- })
+ });
const txDetails = await getTransactionById(ws, {
transactionId: peerPushInit.transactionId,
@@ -703,7 +703,7 @@ export async function runIntegrationTest2(
});
await confirmPeerPushCredit(ws, {
- peerPushCreditId: peerPushCredit.peerPushCreditId,
+ transactionId: peerPushCredit.transactionId,
});
const peerPullInit = await initiatePeerPullPayment(ws, {