Skip to content

Commit

Permalink
Removed TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Feb 21, 2017
1 parent 657059a commit abaa83e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/now-billing.js
Expand Up @@ -154,7 +154,7 @@ async function run(token) {
address += `${card.address_state}, `
}

// TODO: Stripe is returning a two digit code for the country,
// Stripe is returning a two digit code for the country,
// but we want the full country name
address += `${card.address_zip}. ${card.address_country}`

Expand Down Expand Up @@ -204,7 +204,7 @@ async function run(token) {
})
}

// TODO: check if the provided cardId (in case the user
// Check if the provided cardId (in case the user
// typed `now billing set-default <some-id>`) is valid
if (cardId) {
const label = `Are you sure that you to set this card as the default?`
Expand Down Expand Up @@ -257,7 +257,7 @@ async function run(token) {
})
}

// TODO: check if the provided cardId (in case the user
// Shoud check if the provided cardId (in case the user
// typed `now billing rm <some-id>`) is valid
if (cardId) {
const label = `Are you sure that you want to remove this card?`
Expand Down

0 comments on commit abaa83e

Please sign in to comment.