[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tep-commits
Subject:    [TEP-COMMIT] CVS: catalog/catalog checkout_process.php,1.110,1.111
From:       Mark Evans <project3000 () users ! sourceforge ! net>
Date:       2002-07-31 9:55:30
[Download RAW message or body]

Update of /cvsroot/tep/catalog/catalog
In directory usw-pr-cvs1:/tmp/cvs-serv11934

Modified Files:
	checkout_process.php 
Log Message:
Oops forgot to commit this change also :) This should fix the problem
with Array being stored instead of country name.

Index: checkout_process.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/checkout_process.php,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- checkout_process.php	15 Jul 2002 17:32:29 -0000	1.110
+++ checkout_process.php	31 Jul 2002 09:55:27 -0000	1.111
@@ -44,7 +44,7 @@
                           'customers_city' => $order->customer['city'],
                           'customers_postcode' => $order->customer['postcode'], 
                           'customers_state' => $order->customer['state'], 
-                          'customers_country' => $order->customer['country'], 
+                          'customers_country' => $order->customer['country']['title'], 
                           'customers_telephone' => $order->customer['telephone'], 
                           'customers_email_address' => $order->customer['email_address'],
                           'customers_address_format_id' => $order->customer['format_id'], 
@@ -54,7 +54,7 @@
                           'delivery_city' => $order->delivery['city'], 
                           'delivery_postcode' => $order->delivery['postcode'], 
                           'delivery_state' => $order->delivery['state'], 
-                          'delivery_country' => $order->delivery['country'], 
+                          'delivery_country' => $order->delivery['country']['title'], 
                           'delivery_address_format_id' => $order->delivery['format_id'], 
                           'payment_method' => $order->info['payment_method'], 
                           'cc_type' => $order->info['cc_type'], 



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Tep-commits mailing list
Tep-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tep-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic