Hi,
I'm using Authorize.net in test mode. I have wordpress 3.3.1 and s2member pro 111220.
I created two test members perfectly. When I went to create a third test member I got an E00009 error. The error says that the gateway account is in Test Mode and the transaction cannot be processed. I'm a little concerned as I was able to do two test members and now there is an error. Is this an error I should worry about?
This is from the logs:
)
-------- Output string/vars: ( Tue Jan 24, 2012 3:34:50 pm UTC ) --------
<?xml version="1.0" encoding="utf-8"?><ARBCreateSubscriptionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><refId>s2-4f1ecf996efa8</refId><messages><resultCode>Error</resultCode><message><code>E00009</code><text>The payment gateway account is in Test Mode. The request cannot be processed.</text></message></messages></ARBCreateSubscriptionResponse>
array (
'response_reason_code' => 'E00009',
'response_code' => 'E00009',
'response_reason_text' => 'The payment gateway account is in Test Mode. The request cannot be processed.',
'response_text' => 'The payment gateway account is in Test Mode. The request cannot be processed.',
'__error' => 'Error #E00009. The payment gateway account is in Test Mode. The request cannot be processed.',
)