improvements on the card UI on pending and pre-auth holds and underpaid situations
This commit is contained in:
parent
a4495f73fc
commit
221ab9c87a
7 changed files with 160 additions and 56 deletions
|
|
@ -31,7 +31,9 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
|
|||
amount: invoices[i].price,
|
||||
type: '00611 = Client Funded Deposit',
|
||||
pending: true,
|
||||
status: invoices[i].status
|
||||
status: invoices[i].status,
|
||||
transactionId: invoices[i].transactions && invoices[i].transactions[0] ? invoices[i].transactions[0].txid : '',
|
||||
exceptionStatus: invoices[i].exceptionStatus
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue