Changeset 16961 for branches


Ignore:
Timestamp:
2008/01/08 13:45:25 (19 years ago)
Author:
naka
Message:

クイックチャージ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.inc

    r16960 r16961  
    8080            'div' => $arrInput['payment_class'] 
    8181        ); 
     82        $arrVal["memo04"] = 'normal'; 
    8283    } else { 
    8384        // ¥¯¥¤¥Ã¥¯¥Á¥ã¡¼¥¸¤òÍøÍѤ¹¤ë¾ì¹ç 
     
    8687        $objQuery->setorder("create_date DESC"); 
    8788        $col = "order_id, order_tel01, order_tel02, order_tel03"; 
    88         $where = "memo01 = ? AND memo03 = ? AND memo04 is NULL AND customer_id = ? AND del_flg = 0"; 
     89        $where = "memo01 = ? AND memo03 = ? AND memo04 is 'normal' AND customer_id = ? AND del_flg = 0"; 
    8990        $arrRet = $objQuery->select($col, "dtb_order", $where, array(MDL_ZEUS_ID, 'Success_order', $arrData['customer_id'])); 
    9091         
Note: See TracChangeset for help on using the changeset viewer.