Colors top-up icon green or pending.
This commit is contained in:
parent
39f974dd50
commit
59edea271b
7 changed files with 125 additions and 58 deletions
|
|
@ -65,6 +65,7 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
|
|||
n.lastFourDigits = x.lastFourDigits;
|
||||
n.token = x.token;
|
||||
n.currency = x.currency;
|
||||
n.country = x.country;
|
||||
cards.push(n);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue