Index: temp/trunk/html/test/naka/shopcgi.php
===================================================================
--- temp/trunk/html/test/naka/shopcgi.php	(revision 7779)
+++ temp/trunk/html/test/naka/shopcgi.php	(revision 7780)
@@ -38,5 +38,6 @@
 */
 
-$order_url = "http://mod-i.ccsware.net/ohayou/EntryTran.php";
+$entry_url = "http://mod-i.ccsware.net/ohayou/EntryTran.php";
+$exec_url = "https://mod-i.ccsware.net/ohayou/ExecTran.php";
 $order_id = sfGetUniqRandomId();
 
@@ -55,5 +56,5 @@
 );
 
-$req = new HTTP_Request($order_url);
+$req = new HTTP_Request($entry_url);
 $req->setMethod(HTTP_REQUEST_METHOD_POST);
 		
@@ -120,5 +121,5 @@
 sfPrintR($arrData);
 
-$req = new HTTP_Request($order_url);
+$req = new HTTP_Request($exec_url);
 $req->setMethod(HTTP_REQUEST_METHOD_POST);
 
