[TEP-COMMIT] CVS: catalog/catalog/includes/modules/payment authorizenet.php,1.50,1.51

"Thomas A. Moulton" <[email protected]>
Newsgroups gmane.comp.web.oscommerce.cvs
Message-ID <[email protected]>
Update of /cvsroot/tep/catalog/catalog/includes/modules/payment
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9200

Modified Files:
	authorizenet.php 
Log Message:
Fix old function name to session class


Index: authorizenet.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/includes/modules/payment/authorizenet.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- authorizenet.php	26 Jan 2004 02:59:08 -0000	1.50
+++ authorizenet.php	13 Feb 2004 11:38:45 -0000	1.51
@@ -422,7 +422,7 @@
         $sequence = rand(1, 1000);
         // $gw_vars = array_merge($gw_vars, $this->InsertFP(MODULE_PAYMENT_AUTHORIZENET_LOGIN, MODULE_PAYMENT_AUTHORIZENET_TXNKEY, $gw_vars['X_Amount'], $sequence));
         if (MODULE_PAYMENT_AUTHORIZENET_TESTMODE == 'Test') $gw_vars['x_Test_Request'] = 'TRUE';
-        $gw_vars[tep_session_name()] = tep_session_id();
+        $gw_vars[$osC_Session->name] = $osC_Session->id;
         $gw_vars['x_delim_data'] = 'TRUE';
         $gw_vars['x_delim_char'] = '|';
         $gw_vars['x_relay_response'] = 'FALSE';



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.