stick to bank API change

This commit is contained in:
Marcello Stanisci 2017-12-14 15:37:37 +01:00
parent ddec9cf2fa
commit ceda0da31a
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -430,7 +430,7 @@ class ExchangeSelection extends ImplicitStateComponent<ExchangeSelectionProps> {
amount_value: amount.value, amount_value: amount.value,
exchange: resp.exchange, exchange: resp.exchange,
reserve_pub: resp.reservePub, reserve_pub: resp.reservePub,
wire_details: JSON.stringify(filteredWireDetails), exchange_wire_details: JSON.stringify(filteredWireDetails),
}; };
const url = new URI(callback_url).addQuery(q); const url = new URI(callback_url).addQuery(q);
if (!url.is("absolute")) { if (!url.is("absolute")) {