Skip to content

Commit

Permalink
Fix balance
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Jan 8, 2016
1 parent 88d7f76 commit 36f94f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const getBalance = (number, cb) => {
} else {
deferred.resolve({
number: number,
balance: '$ 0',
balance: 0,
date: null,
message: 'Número de tarjeta invalido. Deben ser 8 números',
message: 'Número de tarjeta invalido. Deben ser 8 dígitos',
valid: false
});
}
Expand Down

0 comments on commit 36f94f2

Please sign in to comment.