BitPay card: Fix value in USD on confirm view
This commit is contained in:
parent
d641e960bc
commit
870df58ae9
3 changed files with 10 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue