aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-20 19:43:39 +0200
committerFlorian Dold <florian@dold.me>2023-06-20 19:43:39 +0200
commit77849fdf5d7e924b6a000b4b655a07c1fd1f1c4e (patch)
tree1ce7d9d178bc7c3ef7555e3ba7211aa4fc7cb303 /packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts
parent98a351aa4c8acfc310316ebb5d7d6fd986a44ba8 (diff)
downloadwallet-core-77849fdf5d7e924b6a000b4b655a07c1fd1f1c4e.tar.xz
-minor rename
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts b/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts
index cf698d512..53a569a92 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts
@@ -23,7 +23,7 @@ import {
HttpStatusCode,
Logger,
PeerContractTerms,
- PreparePeerPushCredit,
+ PreparePeerPushCreditRequest,
PreparePeerPushCreditResponse,
TalerErrorCode,
TalerPreciseTimestamp,
@@ -83,7 +83,7 @@ const logger = new Logger("pay-peer-push-credit.ts");
export async function preparePeerPushCredit(
ws: InternalWalletState,
- req: PreparePeerPushCredit,
+ req: PreparePeerPushCreditRequest,
): Promise<PreparePeerPushCreditResponse> {
const uri = parsePayPushUri(req.talerUri);