Index: branches/dev/html/mobile/shopping/index.php
===================================================================
--- branches/dev/html/mobile/shopping/index.php	(revision 12664)
+++ branches/dev/html/mobile/shopping/index.php	(revision 12666)
@@ -234,6 +234,4 @@
 //$arrRejectRegistColumn = array("year", "month", "day", "email02", "email_mobile02","password","password02","reminder","reminder_answer");
 $arrRejectRegistColumn = array("year", "month", "day", "email02", "email_mobile02", "password02");
-    
-    //print_r($_POST);
         
     $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl';
@@ -292,5 +290,4 @@
         $objPage->$key = $val;
         }
- 
     }
 
@@ -375,5 +372,6 @@
            $objPage->arrAddr[0]['pref'] = $objPage->pref;
            $objPage->arrAddr[0]['addr01'] = $objPage->addr01;
-           $objPage->arrAddr[0]['addr02'] = $objPage->addr02;
+           $objPage->arrAddr[0]['addr02'] = $objPage->addr02; 
+           $arrData = $_POST;
            
             $objPage->tpl_mainpage = 'shopping/nonmember_deliv.tpl';
@@ -386,5 +384,5 @@
            lfRegistData($objPage->tpl_uniqid); 
            
-           header("Location:" . gfAddSessionId("./payment.php"));
+           header("Location:" . gfAddSessionId("./payment.php?test=test"));
      		exit;
 	}else{
@@ -396,5 +394,4 @@
     }
 
-        
 	return $objPage;
 }
