Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy/paste error in sample code #64

Open
mattes3 opened this issue Mar 14, 2022 · 0 comments
Open

Copy/paste error in sample code #64

mattes3 opened this issue Mar 14, 2022 · 0 comments

Comments

@mattes3
Copy link

mattes3 commented Mar 14, 2022

In server/routes/pilots/stripe.js there is a sample:

// 'stripe_user[street_address]': req.user.address || undefined,
// 'stripe_user[city]': req.user.city || undefined,
// 'stripe_user[zip]': req.user.postalCode || undefined,
// 'stripe_user[state]': req.user.city || undefined,

The last line (49) copies "city" into "state". It should copy "state", not "city".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant