Jump to content

Authorize.Net Error - Login cannot be left blank


Guest pghtech

Recommended Posts

Guest pghtech

I am using Merchant Plus which has their own Merchant Gateway and they have successfully setup with CubeCart before.

All you have to do is change the URL in form.inc.php to point to their gateway, and put in the fields in that file (see below) with your account API login, password, and transaction key.

"x_password" => $module['password'],

"x_login" => $module['acNo'],

"x_tran_key" => $module['txnkey'],

However, when you attempt to check out you get the following debug info (and no the API login is not blank).

Debug Info:

01: Post the transaction (see the code for specific information):

02: Get post results:

3,,33,x_login cannot be left blank.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

03: Parse post results (simple approach)

3,,33,x_login cannot be left blank.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

04: Parse the results string into individual, meaningful segments:

Length of the returned string from Authorize.Net: 73

Number of delimiter characters in the returned string: 0

1: 3,,33,x_login cannot be left blank.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

04: Done.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...