commit 284a253c727444d01c6bb2ed932c245642059485 parent 0eda26965a26820113739bc167c5e774bf1e054d Author: ms <ms@taler.net> Date: Tue, 11 Jan 2022 13:37:56 +0100 Sandbox history API Diffstat:
| M | core/api-bank-access.rst | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git 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;