From 345e42688ad134fd8bfe73f07a6205294da399ae Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 15 May 2015 20:10:12 -0300 Subject: [PATCH] Fix uri payment for amount undefined --- public/views/paymentUri.html | 16 ++++++++-------- src/js/controllers/paymentUri.js | 6 ++++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/public/views/paymentUri.html b/public/views/paymentUri.html index 9d3b97eea..0c5ece585 100644 --- a/public/views/paymentUri.html +++ b/public/views/paymentUri.html @@ -5,20 +5,20 @@
-
-
+
+

Bitcoin URI is NOT valid!

-
+

Make a payment to

-
Address: {{uri.address.toString()}}
-
Amount: {{uri.amount}}
-
Message: {{uri.message}}
-
Network: {{uri.network}}
+
Address: {{payment.uri.address.toString()}}
+
Amount: {{payment.uri.amount}}
+
Message: {{payment.uri.message}}
+
Network: {{payment.uri.network}}

Select a wallet

-