flanec Posted August 28, 2008 Posted August 28, 2008 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.
Bushmaster Posted August 28, 2008 Posted August 28, 2008 never mind thinking of a diffrent data issue :blink:
Jack_mcs Posted August 28, 2008 Posted August 28, 2008 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
Jack_mcs Posted August 29, 2008 Posted August 29, 2008 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
koolie Posted September 2, 2008 Posted September 2, 2008 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. Pat All about Patrick Kuhl
koolie Posted September 2, 2008 Posted September 2, 2008 Nevermind...I think I found it in the configuration und "Transaction Key". If someone could confirm this that would be great! Pat All about Patrick Kuhl
♥Vger Posted September 4, 2008 Posted September 4, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.