BitPay card: Fix value in USD on confirm view

This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-27 11:14:27 -03:00
commit 870df58ae9
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 10 additions and 4 deletions

View file

@ -283,6 +283,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
}
var stateParams = {
cardId: $scope.cardId,
cardAmountUSD: amountUSD,
toName: $scope.toName,
toAmount: payProDetails.amount,
toAddress: payProDetails.toAddress,