It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.
I just started on integrating stripe & node myself, and found the docs (https://stripe.com/docs/stripe.js#createToken). They don't go into much detail on why these fields are optional, but they seem to confirm the original assertion:
"The following fields are entirely optional — they cannot result in a token creation failing:
name: cardholder name.
address_line1: billing address line 1.
address_line2: billing address line 2.
address_state: billing address state.
address_zip: billing zip as a string, e.g. '94301'.
address_country: billing address country."
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Education Sponsors
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
"You don't need to ask the name or address, that stuff is old school"
Can you provide some sources on this idea? I'd like to research it.
Comment Responses
I just started on integrating stripe & node myself, and found the docs (https://stripe.com/docs/stripe.js#createToken). They don't go into much detail on why these fields are optional, but they seem to confirm the original assertion:
"The following fields are entirely optional — they cannot result in a token creation failing:
name: cardholder name.
address_line1: billing address line 1.
address_line2: billing address line 2.
address_state: billing address state.
address_zip: billing zip as a string, e.g. '94301'.
address_country: billing address country."
Reply To This Comment