From d4fda1eea86ef901d125078f1f4fe0fe4a141afb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Feb 2023 03:22:43 +0100 Subject: wallet-core: raw/effective amount for push transactions, fix transactions list for push/pull credit --- packages/taler-util/src/wallet-types.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index e89d143c8..aff83da14 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -2084,9 +2084,14 @@ export interface PreparePeerPullDebitRequest { talerUri: string; } -export interface CheckPeerPushPaymentResponse { +export interface PreparePeerPushCreditResponse { contractTerms: PeerContractTerms; + /** + * @deprecated + */ amount: AmountString; + amountRaw: AmountString; + amountEffective: AmountString; peerPushPaymentIncomingId: string; } -- cgit v1.2.3