I'm working on a project in which I have to send customer data(card number, address, zip code, etc.) to a credit card processor. This particular processor requires third street to be sent as 3rd street for AVS(Address Verification System) to work correctly. Has anyone seen a module that will do this conversion?
I really don't want to build a huge hash with all of these values, which no matter how big I make it, will still be incomplete.