Fix bitpayCard and buyAmazon
This commit is contained in:
parent
d16f7d1866
commit
0ad20fcc77
3 changed files with 8 additions and 57 deletions
|
|
@ -184,7 +184,7 @@ angular.module('copayApp.controllers').controller('bitpayCardController', functi
|
|||
});
|
||||
return;
|
||||
}
|
||||
walletService.publishAndSign(createdTxp, function(err, tx) {
|
||||
walletService.publishAndSign(wallet, createdTxp, function(err, tx) {
|
||||
if (err) {
|
||||
self.error = err;
|
||||
$timeout(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue