BitPay wording
This commit is contained in:
parent
a0e273059e
commit
8b25f65063
4 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
|
|||
$log.error(msg);
|
||||
var error = (e && e.data && e.data.error) ? e.data.error : msg;
|
||||
return error;
|
||||
};
|
||||
};
|
||||
|
||||
var _processTransactions = function(invoices, history) {
|
||||
invoices = invoices || [];
|
||||
|
|
@ -56,7 +56,7 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
|
|||
var n = {};
|
||||
|
||||
if (!x.eid || !x.id || !x.lastFourDigits || !x.token) {
|
||||
$log.warn('BAD data from Bitpay card' + JSON.stringify(x));
|
||||
$log.warn('BAD data from BitPay card' + JSON.stringify(x));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue