From 284a253c727444d01c6bb2ed932c245642059485 Mon Sep 17 00:00:00 2001 From: ms Date: Tue, 11 Jan 2022 13:37:56 +0100 Subject: Sandbox history API --- core/api-bank-access.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core') diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst index 11cd4c1f..491c6e72 100644 --- a/core/api-bank-access.rst +++ b/core/api-bank-access.rst @@ -176,20 +176,11 @@ Transactions creditorIban: string; creditorBic: string; creditorName: string; - - // Temporary. Payto address to let the wallet tests that - // use x-taler-bank still function. This information - // should flow through the TWG in the exchange's incoming - // history. - creditorXTalerBank: string; debtorIban: string; debtorBic: string; debtorName: string; - // Same as creditor's. - debtorXTalerBank: string; - amount: number; currency: string; subject: string; -- cgit v1.2.3