|
TP.asax |
Post Reply |
Author | |
Ginostylz
Newbie Joined: May/02/04 Status: Offline Points: 17 |
Post Options
Thanks(0)
Posted: November/23/04 at 2:21am |
I was curious if I have a problem, this is a clip of my code from tp.asax
Session ("TxtPemFile") = "######.pem" ' TxtVendor: FOR PAYFLOW USERS ONLY: Set the Vendor name you set up through. Session ("TxtVendor") = "VeriSign" This code is in my tp.asax file. I was curious if the Session ("TxtVendor") = "VeriSign"should be ' marked off with a single quote? I do not know of any affiliation I have with verisign. Edited by Ginostylz |
|
Techno Geek
Admin Group Evil monkey living in my closet! Joined: March/11/04 Location: United States Status: Offline Points: 1206 |
Post Options
Thanks(0)
|
That's actually okay. You don't need to comment it out. This is becase this variable is not looked at by all of the gateways. For example, let's say that you're using Authorize.net. The function file is programmed to look for only the appropriate variables and ignore the rest in the TP.asax file.
|
|
Techno Geek
Customer Support Engineer ComCity and SalesCart Technical Support |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |