From f7678f8d394b4aa8296bd63112256fced650c5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Mon, 12 Dec 2016 13:01:28 -0300 Subject: [PATCH] allow amazon gift card for multisig wallets --- src/js/controllers/confirm.js | 3 +-- www/views/modals/txp-details.html | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/js/controllers/confirm.js b/src/js/controllers/confirm.js index 9fe8355f9..8ab44aaa0 100644 --- a/src/js/controllers/confirm.js +++ b/src/js/controllers/confirm.js @@ -55,8 +55,7 @@ angular.module('copayApp.controllers').controller('confirmController', function( function setwallets() { $scope.wallets = profileService.getWallets({ onlyComplete: true, - network: $scope.network, - m: $scope.isGiftCard ? 1 : null + network: $scope.network }); if (!$scope.wallets || !$scope.wallets.length) { diff --git a/www/views/modals/txp-details.html b/www/views/modals/txp-details.html index 0e70fe782..ba62411f0 100644 --- a/www/views/modals/txp-details.html +++ b/www/views/modals/txp-details.html @@ -164,13 +164,15 @@ + click-send-status="sendStatus" + has-wallet-chosen="true"> Click to accept + slide-send-status="sendStatus" + has-wallet-chosen="true"> Slide to accept