Added a link to test payment protocol

This commit is contained in:
Matias Pando 2014-11-04 15:56:50 -03:00
parent 6286789f4d
commit e39959b4a4
2 changed files with 20 additions and 0 deletions

View File

@ -11,6 +11,8 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
}
if ($rootScope.fromEmailConfirmation) {
$scope.confirmedEmail = true;
$rootScope.fromEmailConfirmation = false;
@ -29,6 +31,18 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
identityService.open($scope, form);
}
//TODO erase this function
$scope.setPayment = function() {
$rootScope.pendingPayment = {
"data": {
"amount": 20.3,
"label": "Luke-Jr",
"message": "Hola chango?"
},
"address": "175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W"
};
}
function getParam(sname) {
var params = location.search.substr(location.search.indexOf("?") + 1);
var sval = "";

View File

@ -9,6 +9,12 @@
<img src="img/logo-negative-beta.svg" alt="Copay" width="146" height="59">
<div ng-include="'views/includes/version.html'"></div>
</div>
<a class="text-gray" translate ng-click="setPayment()">
Test payment
</a>
<div class="p10 box-setup bg-success m10b text-white" ng-show="pendingPayment">
<div class="left">
<i class="size-36 m10r"></i>