ColdFusion payment processing library makes plumbing e-commerce apps easy. Charging credit cards has never been easier. Inspired by Ruby's ActiveMerchant.
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.
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.)
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.