taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit ceda0da31ad542c598c68146ae0712ca03df3d71
parent ddec9cf2faa774fd12a3b9cc0f1414198e52baa8
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 14 Dec 2017 15:37:37 +0100

stick to bank API change

Diffstat:
Msrc/webex/pages/confirm-create-reserve.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/webex/pages/confirm-create-reserve.tsx b/src/webex/pages/confirm-create-reserve.tsx @@ -430,7 +430,7 @@ class ExchangeSelection extends ImplicitStateComponent<ExchangeSelectionProps> { amount_value: amount.value, exchange: resp.exchange, reserve_pub: resp.reservePub, - wire_details: JSON.stringify(filteredWireDetails), + exchange_wire_details: JSON.stringify(filteredWireDetails), }; const url = new URI(callback_url).addQuery(q); if (!url.is("absolute")) {