deleted link to test paypro
This commit is contained in:
parent
8e2b6c9847
commit
c132346959
2 changed files with 0 additions and 17 deletions
|
|
@ -31,18 +31,6 @@ 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 = "";
|
||||
|
|
|
|||
|
|
@ -10,11 +10,6 @@
|
|||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue