Merge pull request #5890 from cmgustavo/feat/improves-top-up

Feat/Enable SendMax
This commit is contained in:
Gabriel Edgardo Bazán 2017-04-17 19:34:56 +02:00 committed by GitHub
commit bfe12f7e32
5 changed files with 82 additions and 15 deletions

View file

@ -1112,7 +1112,8 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
},
params: {
id: null,
currency: 'USD'
currency: 'USD',
useSendMax: null
}
})
.state('tabs.bitpayCard.amount', {