aboutsummaryrefslogtreecommitdiff
path: root/src/webex/pages/confirm-create-reserve.tsx
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-14 15:37:37 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-14 15:37:37 +0100
commitceda0da31ad542c598c68146ae0712ca03df3d71 (patch)
treea6b4d25cc415eeee770976561bc3b85c6fefccd5 /src/webex/pages/confirm-create-reserve.tsx
parentddec9cf2faa774fd12a3b9cc0f1414198e52baa8 (diff)
downloadwallet-core-ceda0da31ad542c598c68146ae0712ca03df3d71.tar.xz
stick to bank API change
Diffstat (limited to 'src/webex/pages/confirm-create-reserve.tsx')
-rw-r--r--src/webex/pages/confirm-create-reserve.tsx2
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")) {