gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: stick to bank A


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: stick to bank API change
Date: Thu, 14 Dec 2017 15:38:11 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new ceda0da3 stick to bank API change
ceda0da3 is described below

commit ceda0da31ad542c598c68146ae0712ca03df3d71
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Dec 14 15:37:37 2017 +0100

    stick to bank API change
---
 src/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
index 87e0b273..48bcd97c 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")) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]