ghidinelli / cfpayment

ColdFusion payment processing library makes plumbing e-commerce apps easy. Charging credit cards has never been easier. Inspired by Ruby's ActiveMerchant.
Other
90 stars 54 forks source link

Stripe "address_city" missing. #27

Open JamoCA opened 8 years ago

JamoCA commented 8 years ago

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 commented 8 years ago

Nice catch, I'll get that fixed.

JamoCA commented 6 years ago

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.)