diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index ade6493e1..b7ba1a386 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -1428,7 +1428,7 @@ async function dispatchRequestInternal( await importDb(ws.db.idbHandle(), req.dump); return []; } - case WalletApiOperation.PreparePeerPushPayment: { + case WalletApiOperation.PreparePeerPushCredit: { const req = codecForPreparePeerPushPaymentRequest().decode(payload); return await preparePeerPushPayment(ws, req); }