Changeset 15868


Ignore:
Timestamp:
2007/09/21 18:09:05 (16 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

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

    r15867 r15868  
    4949define("PAYGENT_CREDIT", '020'); 
    5050// ¥Ð¥Ã¥Á¤Ç»ÈÍѤ¹¤ë¡£ 
    51 define("PAYGENT_REF", '090'); 
     51define("PAYGENT_REF", '091'); 
    5252 
    5353 
     
    635635    } 
    636636     
    637     sfPrintR($arrRes); 
    638      
     637    if($arrRes[0]['payment_status'] != "") { 
     638        gfPrintLog("¼õÃíÈÖ¹æ:" . $order_id . " »Ùʧ¥¹¥Æ¡¼¥¿¥¹:" . $arrRes[0]['payment_status']);     
     639    } else { 
     640        gfPrintLog("¼õÃíÈÖ¹æ:" . $order_id . " »Ùʧ¥¹¥Æ¡¼¥¿¥¹:¼èÆÀ¤Ê¤·");    
     641    } 
     642         
    639643    // »Ùʧ¥¹¥Æ¡¼¥¿¥¹¤Î¹¹¿· 
    640644    /* 
     
    651655        $arrVal['status'] = ORDER_PRE_END; 
    652656    } 
    653      
    654     gfPrintLog("¼õÃíÈÖ¹æ:" . $order_id . " »Ùʧ¥¹¥Æ¡¼¥¿¥¹:" . $arrRes[0]['payment_status']); 
    655      
     657         
    656658    $arrVal['memo07'] = $arrRes[0]['payment_status']; 
    657659    $objQuery->update("dtb_order", $arrVal, "order_id = ?", array($order_id)); 
Note: See TracChangeset for help on using the changeset viewer.