Changeset 15726


Ignore:
Timestamp:
2007/09/19 12:58:40 (17 years ago)
Author:
naka
Message:
 
Location:
branches/feature-module-paygent/data
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/data/downloads/module/mdl_paygent/mdl_paygent.inc

    r15552 r15726  
    4242    060¡§¶ä¹Ô¥Í¥Ã¥È·èºÑASP 
    4343    090¡§·èºÑ¾ðÊó¾È²ñ 
    44  */ 
     44    091¡§º¹Ê¬¾È²ñ 
     45*/  
    4546define("PAYGENT_BANK", '060'); 
    4647define("PAYGENT_ATM", '010'); 
     
    4849define("PAYGENT_CREDIT", '020'); 
    4950// ¥Ð¥Ã¥Á¤Ç»ÈÍѤ¹¤ë¡£ 
    50 define("PAYGENT_REF", '090'); 
     51define("PAYGENT_REF", '091'); 
    5152 
    5253// ¼õÃí»þ¤Î½é´ü¥¹¥Æ¡¼¥¿¥¹ 
     
    643644     * etc  
    644645     */ 
    645     if($arrRes[0][payment_status] == '40') { 
     646    if($arrRes[0]['payment_status'] == '40') { 
    646647        $arrVal['status'] = ORDER_PRE_END; 
    647648    }  
    648649     
    649     $arrVal['memo07'] = $arrRes[0][payment_status]; 
     650    $arrVal['memo07'] = $arrRes[0]['payment_status']; 
    650651    $objQuery->update("dtb_order", $arrVal, "order_id = ?", array($order_id)); 
    651652     
Note: See TracChangeset for help on using the changeset viewer.