Merge. Also invoice name from third party data.
This commit is contained in:
commit
9b4b3996ae
3 changed files with 8 additions and 5 deletions
|
|
@ -450,6 +450,7 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
|
|||
vm.sendingTitle = gettextCatalog.getString('You are paying');
|
||||
vm.memo = vm.thirdParty.memo;
|
||||
vm.memoExpanded = !!vm.memo;
|
||||
vm.destination.name = vm.thirdParty.name;
|
||||
|
||||
txPayproData = {
|
||||
caTrusted: vm.thirdParty.caTrusted,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue