diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2017-12-14 15:37:37 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2017-12-14 15:37:37 +0100 |
commit | ceda0da31ad542c598c68146ae0712ca03df3d71 (patch) | |
tree | a6b4d25cc415eeee770976561bc3b85c6fefccd5 | |
parent | ddec9cf2faa774fd12a3b9cc0f1414198e52baa8 (diff) |
stick to bank API change
-rw-r--r-- | src/webex/pages/confirm-create-reserve.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/pages/confirm-create-reserve.tsx b/src/webex/pages/confirm-create-reserve.tsx index 87e0b273f..48bcd97c9 100644 --- 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")) { |