cfpayment
cfpayment copied to clipboard
Stripe "address_city" missing.
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();
Nice catch, I'll get that fixed.
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.)