View Single Post
  #6  
Old 08-03-2005, 02:10 PM
 
mattzarb mattzarb is offline
 

Member
  
Join Date: Aug 2003
Location: Manassas, VA
Posts: 29
 

Default

Change

Code:
$orderids = func_place_order(stripslashes($payment_method)." (manual processing)","Q",$order_details);

to

Code:
$orderids = func_place_order(stripslashes($payment_method),"Q",$order_details);

Matt
__________________
Matt Zarbatany
AITG Inc.
http://www.aitg.com/
X-Cart version 4.0.18
Reply With Quote