Changeset 15868
- Timestamp:
- 2007/09/21 18:09:05 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-paygent/data/downloads/module/mdl_paygent/mdl_paygent.inc
r15867 r15868 49 49 define("PAYGENT_CREDIT", '020'); 50 50 // ¥Ð¥Ã¥Á¤Ç»ÈÍѤ¹¤ë¡£ 51 define("PAYGENT_REF", '09 0');51 define("PAYGENT_REF", '091'); 52 52 53 53 … … 635 635 } 636 636 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 639 643 // »Ùʧ¥¹¥Æ¡¼¥¿¥¹¤Î¹¹¿· 640 644 /* … … 651 655 $arrVal['status'] = ORDER_PRE_END; 652 656 } 653 654 gfPrintLog("¼õÃíÈÖ¹æ:" . $order_id . " »Ùʧ¥¹¥Æ¡¼¥¿¥¹:" . $arrRes[0]['payment_status']); 655 657 656 658 $arrVal['memo07'] = $arrRes[0]['payment_status']; 657 659 $objQuery->update("dtb_order", $arrVal, "order_id = ?", array($order_id));
Note: See TracChangeset
for help on using the changeset viewer.