Changeset 7562


Ignore:
Timestamp:
2006/11/07 09:14:39 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r7551 r7562  
    345345define ("URL_SHOP_LOAN", URL_DIR . "shopping/loan.php");            // ¥í¡¼¥ó·èºÑ²èÌÌ 
    346346define ("URL_SHOP_CONVENIENCE", URL_DIR . "shopping/convenience.php");  // ¥³¥ó¥Ó¥Ë·èºÑ²èÌÌ 
     347define ("URL_SHOP_MODULE", URL_DIR . "shopping/load_payment_module.php");   // ¥â¥¸¥å¡¼¥ëÄɲÃÍѲèÌÌ 
    347348define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php");              // ¾¦Éʥȥåנ
    348349define ("LIST_P_HTML", URL_DIR . "products/list-p");                    // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 
  • temp/trunk/html/shopping/confirm.php

    r7555 r7562  
    8989    switch($arrPayment[0]["memo04"]) { 
    9090    case PAYMENT_CREDIT_ID: 
    91         header("Location: " . URL_SHOP_CREDIT); 
     91        //header("Location: " . URL_SHOP_CREDIT); 
     92        header("Location: " . URL_SHOP_MODULE);      
    9293        break; 
    9394    case PAYMENT_CONVENIENCE_ID: 
  • temp/trunk/html/shopping/load_payment_module.php

    r7561 r7562  
    2626} 
    2727 
     28sfprintr($_SESSION); 
     29 
    2830?> 
Note: See TracChangeset for help on using the changeset viewer.