Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Authorize.net


flanec

Recommended Posts

Posted

What versions of oscommerce will this affect if any?

 

The Transaction ID, or x_trans_id, is specified as a 10-digit integer and will only be affected if that value is represented as an INT data type, which has a max value of 2,147,483,647. If you have specified the Transaction ID as a string value, then your system will not be affected. Failure to accommodate 10-digit values larger than 2,147,483,647 will result in your system's inability to accept Authorize.Net transactions.

Posted
What versions of oscommerce will this affect if any?

 

The Transaction ID, or x_trans_id, is specified as a 10-digit integer and will only be affected if that value is represented as an INT data type, which has a max value of 2,147,483,647. If you have specified the Transaction ID as a string value, then your system will not be affected. Failure to accommodate 10-digit values larger than 2,147,483,647 will result in your system's inability to accept Authorize.Net transactions.

It's not the version of oscommerce that is affected. The authorize.net module is what determines that. I know the authorize.ent AIM module uses Text for that field so it is OK. If you use a different version, you will need to check the database table for the size being used.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted

I need to correct the above statement. The transaction key is stored in the configuration_value column of the configuration table. If that field is setup as Text, you shouldn't have a problem. If it is setup as something less, then you may. I apologize for the mistake. A case of working on two problems at once with a mind that only has one gear.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
It's not the version of oscommerce that is affected. The authorize.net module is what determines that. I know the authorize.ent AIM module uses Text for that field so it is OK. If you use a different version, you will need to check the database table for the size being used.

 

Jack

 

I believe I am using the AIM module, but where in the database can I find if I'm using text or int? I cant seem to find it anywhere.

 

Thanks.

Posted

The Authorize Net AIM module for osCommerce uses a field called x_tran_key, which is the 16 digit key provided by Authorize Net to the vendor.

 

It has nothing to do with x_trans_id, which is not part of the Authorize Net AIM module, and so the change is of no concern to those using the Authorize Net AIM module.

 

Vger

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...