|
Hi Guys!
I have a problems with Google Checkout & Authorize.net gateways, after the migration of our magento store into a new dedicated server, those method don’t work. I use the same configuration of the other server, but.. nothing. I set up both method in debug mode and I think we can’t make a connection with the gateways, because the rows at paygate_authorizenet_debug and googlecheckout_api_debug has no data in the “reponse” field.
From google checkout I get this error:
“Google Checkout: Invalid response from Google Checkout server”
Here an extract for a row at the debug table
dir field = out
url field = https://checkout.google.com/api/checkout/v2/merchantCheckout/Merchant/137905531881614
request_body field = BIG XML!
response_body field =EMPTY!!!!
From authorize.net I get this error:
“Unable to read response, or response is empty”
Here an extract for a row at the debug table:
result dump field = Array
(
[response_code] => -1
[response_reason_code] => 0
[response_reason_text] => Unable to read response, or response is empty
)
Any ideas???
All the best,
Emanuel
|