Merge pull request #5890 from cmgustavo/feat/improves-top-up
Feat/Enable SendMax
This commit is contained in:
commit
bfe12f7e32
5 changed files with 82 additions and 15 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue