Changeset 12676


Ignore:
Timestamp:
2007/05/13 23:40:05 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/shopping/payment.php

    r12672 r12676  
    6969    switch ($_POST['mode']) { 
    7070    case 'confirm': 
     71        $objFormParam->setParam($_POST); 
    7172        $_POST['mode'] = 'payment'; 
    7273        break; 
    7374    default: 
     75        $objFormParam->setParam($_POST); 
    7476        // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    7577        $objSiteSess->setRegistFlag(); 
     
    8284// »Ùʧ¤¤ÊýË¡»ØÄê ¢ª ÇÛãÆü»þ»ØÄê 
    8385case 'deliv_date': 
     86    $objFormParam->setParam($_POST); 
    8487    // ÆþÎÏÃͤÎÊÑ´¹ 
    8588    $objFormParam->convParam(); 
     
    98101    break; 
    99102case 'confirm': 
     103    $objFormParam->setParam($_POST); 
    100104    // ÆþÎÏÃͤÎÊÑ´¹ 
    101105    $objFormParam->convParam(); 
Note: See TracChangeset for help on using the changeset viewer.