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

Stripe "address_city" missing. #27

Open
JamoCA opened this issue Dec 17, 2015 · 2 comments
Open

Stripe "address_city" missing. #27

JamoCA opened this issue Dec 17, 2015 · 2 comments

Comments

@JamoCA
Copy link

JamoCA commented Dec 17, 2015

All our Stripe transactions were processing, but "city" information wasn't being logged by Stripe. In the Stripe gateway CFC (/api/gateway/stripe/stripe.cfc), all address parameters are being configured except "City.

post["card[address_city]"] = arguments.account.getCity();
@ghidinelli
Copy link
Owner

Nice catch, I'll get that fixed.

@JamoCA
Copy link
Author

JamoCA commented Jan 4, 2018

This addtional parameter doesn't appear to have been added yet. (I recently downloaded the library and manually updated the script so that "city" would be supported in Stripe.)

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

2 participants