I am having a bit of difficulty with a little script I have written to post my customers orders to authorize.net. I am using something very similar to the example below:
The problem is, most orders go through ok, but quite a few just get no data back from authorize.net so the script thinks it has failed but authorize.net process the transaction. I think this is due to a timeout on the sctipt, but I cant find anywhere to set a timeout with Net::SSLeay