From abaa83eee764a93ff44855dc70b3d937901c7cf4 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 21 Feb 2017 18:25:54 +0100 Subject: [PATCH] Removed TODO comments --- bin/now-billing.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/now-billing.js b/bin/now-billing.js index 024f3b2..6d24cf0 100644 --- a/bin/now-billing.js +++ b/bin/now-billing.js @@ -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}` @@ -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 `) is valid if (cardId) { const label = `Are you sure that you to set this card as the default?` @@ -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 `) is valid if (cardId) { const label = `Are you sure that you want to remove this card?`