At 3/6/02 10:15 AM, Mike Allen wrote: >Has anyone elses credit card verification quit working? My script is >denieying all cards now when it didn't used to. I am not sure where to >begin so I wanted to see if anyone else is having this problem???????
Are you using AuthorizeNet as your payment gateway? They used to allow you to make insecure (non-SSL) connections from your server to theirs. About two weeks ago, they turned this off. You'll probably have to make your payment script connect to AuthorizeNet using SSL (hint: use Net::SSLeay's "post_https" function if you're using perl). -- Robert L Mathews, Tiger Technologies "The trouble with doing something right the first time is that nobody appreciates how difficult it was."
